8000
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.
2 parents 32f2374 + 29e5222 commit 1db7005Copy full SHA for 1db7005
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php
@@ -16,9 +16,12 @@
16
use Symfony\Bridge\PhpUnit\DeprecationErrorHandler;
17
use Symfony\Bridge\PhpUnit\DeprecationErrorHandler\Deprecation;
18
use Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerForV5;
19
+use Symfony\Bridge\PhpUnit\SetUpTearDownTrait;
20
21
class DeprecationTest extends TestCase
22
{
23
+ use SetUpTearDownTrait;
24
+
25
private static $vendorDir;
26
27
private static function getVendorDir()
@@ -275,7 +278,7 @@ private static function removeDir($dir)
275
278
rmdir($dir);
276
279
}
277
280
- public static function tearDownAfterClass()
281
+ private static function doTearDownAfterClass()
282
283
self::removeDir(self::getVendorDir().'/myfakevendor');
284
0 commit comments