We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc88f4 commit 8652191Copy full SHA for 8652191
1 file changed
tests/unit/AbstractTestCase.php
@@ -0,0 +1,9 @@
1
+<?php declare(strict_types=1);
2
+
3
+namespace Pdsinterop\Solid\Auth;
4
5
+use PHPUnit\Framework\TestCase;
6
7
+abstract class AbstractTestCase extends TestCase
8
+{
9
+}
0 commit comments