Skip to content

Commit

Permalink
Update TestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
david_smith committed Dec 30, 2024
1 parent db5ef81 commit d5c6b87
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,4 @@

abstract class TestCase extends BaseTestCase
{
public static string $test_dir = './tests/generated';

protected function setUp(): void
{
parent::setUp();

exec(
(stripos(PHP_OS_FAMILY, 'WIN') === 0
? 'rmdir /S /Q '
: 'rm -rf ').self::$test_dir
);
}
}

0 comments on commit d5c6b87

Please sign in to comment.