There was an error while loading. Please reload this page.
use
TransposeTest.php
1 parent 6fea088 commit b98d67eCopy full SHA for b98d67e
1 file changed
exercises/practice/transpose/TransposeTest.php
@@ -2,8 +2,8 @@
2
3
declare(strict_types=1);
4
5
-use PHPUnit\Framework\TestCase;
6
use PHPUnit\Framework\Attributes\TestDox;
+use PHPUnit\Framework\TestCase;
7
8
class TransposeTest extends TestCase
9
{
0 commit comments