Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Fix configuration for twig/symfony>=3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cethy committed Feb 6, 2019
1 parent ff139b0 commit 8690771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function testSetGoogleApiKey()
{
$twig = $this->getMockBuilder(\Twig_Environment::class)->disableOriginalConstructor()->getMock();
$twig->expects($this->once())->method('render')->with(
'@CethyworksGooglePlaceAutocompleteBundle/Resources/assets/twig/google_place_autocomplete_library.html.twig',
'@CethyworksGooglePlaceAutocompleteBundle/google_place_autocomplete_library.html.twig',
['google_api_key' => 'foobar' ]);

$command = new GooglePlaceAutocompleteLibraryCommand($twig, 'foobar');
Expand Down

0 comments on commit 8690771

Please sign in to comment.