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 Aug 21, 2023
1 parent 012bc4a commit 7246b0e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/Testing/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,4 @@ class TestCase extends \Orchestra\Testbench\TestCase
* @var array<int, string>|null
*/
protected $files = [];

/**
* Setup the test environment.
*/
protected function setUp(): void
{
parent::setUp();

$this->setUpInteractsWithPublishedFiles();
}

/**
* Teardown the test environment.
*/
protected function tearDown(): void
{
$this->tearDownInteractsWithPublishedFiles();

parent::tearDown();
}
}

0 comments on commit 7246b0e

Please sign in to comment.