Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 27, 2023
1 parent 57ff606 commit b71d2a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Concerns/Testing.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ final protected function setUpTheTestEnvironment(): void
{
$this->setUpTheApplicationTestingHooks(function () {
$this->setUpTraits();
$this->setUpHasRun = true;
});

$this->setUpHasRun = true;
}

/**
Expand Down

0 comments on commit b71d2a5

Please sign in to comment.