Skip to content

Commit fa51a59

Browse files
remove the teardown command
1 parent 56554d8 commit fa51a59

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</testsuite>
2828
</testsuites>
2929
<php>
30-
<env name="APP_ENV" value="testing"/>
3130
<env name="DB_CONNECTION" value="testing"/>
3231
</php>
3332
</phpunit>

tests/Feature/ExportPostmanWithCacheTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ protected function setUp(): void
2828
Storage::disk()->deleteDirectory('postman');
2929
}
3030

31-
/**
32-
* Teardown the test environment.
33-
*/
34-
protected function tearDown(): void
35-
{
36-
$this->tearDownInteractsWithPublishedFiles();
37-
38-
parent::tearDown();
39-
}
40-
4131
public function test_cached_export_works()
4232
{
4333
$this->get('serialized-route')

0 commit comments

Comments
 (0)