File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ protected function setUp(): void
1414 parent ::setUp ();
1515
1616 $ countriesExtension = new CountriesExtension (new Randomizer ());
17- $ this ->countries = new \ReflectionClass ($ countriesExtension )->getProperty ('countries ' )->getValue ($ countriesExtension );
17+ $ this ->countries = ( new \ReflectionClass ($ countriesExtension) )->getProperty ('countries ' )->getValue ($ countriesExtension );
1818 }
1919
2020 public function testCountries ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ protected function setUp(): void
1313 {
1414 Container::packageManifestPath ('/tmp/packages.php ' );
1515
16- new CountriesServiceProvider ()->boot ();
16+ ( new CountriesServiceProvider () )->boot ();
1717
1818 $ this ->faker = new Container (false );
1919 }
You can’t perform that action at this time.
0 commit comments