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 664d618 commit 3ff660dCopy full SHA for 3ff660d
test/Listener/TearDownListenerTest.php
@@ -8,9 +8,12 @@
8
use PhpSchool\PhpWorkshop\Utils\System;
9
use PHPUnit\Framework\TestCase;
10
use Symfony\Component\Filesystem\Filesystem;
11
+use Yoast\PHPUnitPolyfills\Polyfills\AssertionRenames;
12
13
class TearDownListenerTest extends TestCase
14
{
15
+ use AssertionRenames;
16
+
17
public function testCleansUpTempDir(): void
18
19
$tempDir = System::tempDir();
0 commit comments