Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsgsDesign committed Mar 10, 2019
1 parent 49e0460 commit bf1ea7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/CreatesApplication.php
Expand Up @@ -13,10 +13,10 @@ trait CreatesApplication
*/
public function createApplication()
{
// $app = require __DIR__.'/../bootstrap/app.php';
$app = require __DIR__.'/../bootstrap/app.php';

// $app->make(Kernel::class)->bootstrap();
$app->make(Kernel::class)->bootstrap();

// return $app;
return $app;
}
}

0 comments on commit bf1ea7c

Please sign in to comment.