File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Bridge \PhpUnit \DeprecationErrorHandler ;
17
17
use Symfony \Bridge \PhpUnit \DeprecationErrorHandler \Deprecation ;
18
18
use Symfony \Bridge \PhpUnit \Legacy \SymfonyTestsListenerForV5 ;
19
+ use Symfony \Bridge \PhpUnit \SetUpTearDownTrait ;
19
20
20
21
class DeprecationTest extends TestCase
21
22
{
23
+ use SetUpTearDownTrait;
24
+
22
25
private static $ vendorDir ;
23
26
24
27
private static function getVendorDir ()
@@ -275,7 +278,7 @@ private static function removeDir($dir)
275
278
rmdir ($ dir );
276
279
}
277
280
278
- public static function tearDownAfterClass ()
281
+ private static function doTearDownAfterClass ()
279
282
{
280
283
self ::removeDir (self ::getVendorDir ().'/myfakevendor ' );
281
284
}
You can’t perform that action at this time.
0 commit comments