Skip to content

Commit

Permalink
Add setUpApp method
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Oct 5, 2023
1 parent e695aac commit 808326c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Traits/AppTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ trait AppTestTrait
* Before each test.
*/
protected function setUp(): void
{
$this->setUpApp();
}

protected function setUpApp(): void
{
$container = (new ContainerBuilder())
->addDefinitions(__DIR__ . '/../../config/container.php')
Expand Down

0 comments on commit 808326c

Please sign in to comment.