Skip to content

Commit 3ff660d

Browse files
committed
Use polyfills
1 parent 664d618 commit 3ff660d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Listener/TearDownListenerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
use PhpSchool\PhpWorkshop\Utils\System;
99
use PHPUnit\Framework\TestCase;
1010
use Symfony\Component\Filesystem\Filesystem;
11+
use Yoast\PHPUnitPolyfills\Polyfills\AssertionRenames;
1112

1213
class TearDownListenerTest extends TestCase
1314
{
15+
use AssertionRenames;
16+
1417
public function testCleansUpTempDir(): void
1518
{
1619
$tempDir = System::tempDir();

0 commit comments

Comments
 (0)