We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56554d8 commit fa51a59Copy full SHA for fa51a59
phpunit.xml
@@ -27,7 +27,6 @@
27
</testsuite>
28
</testsuites>
29
<php>
30
- <env name="APP_ENV" value="testing"/>
31
<env name="DB_CONNECTION" value="testing"/>
32
</php>
33
</phpunit>
tests/Feature/ExportPostmanWithCacheTest.php
@@ -28,16 +28,6 @@ protected function setUp(): void
Storage::disk()->deleteDirectory('postman');
}
- /**
- * Teardown the test environment.
- */
34
- protected function tearDown(): void
35
- {
36
- $this->tearDownInteractsWithPublishedFiles();
37
-
38
- parent::tearDown();
39
- }
40
41
public function test_cached_export_works()
42
{
43
$this->get('serialized-route')
0 commit comments