Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvalerione committed Jul 9, 2021
1 parent 203efdb commit f2010ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/IntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function testServiceWiring()

public function testServiceWiringWithConfiguration()
{
self::bootKernel(['environment' => 'test', 'debug' => false]);
self::bootKernel(['environment' => 'test']);

$inspectorService = static::getContainer()->get(Inspector::class);

Expand Down

0 comments on commit f2010ae

Please sign in to comment.