We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918bafe commit 3c33028Copy full SHA for 3c33028
1 file changed
tests/unit/Config/ServerTest.php
@@ -7,6 +7,9 @@
7
use Pdsinterop\Solid\Auth\Exception\LogicException;
8
use PHPUnit\Framework\TestCase;
9
10
+/**
11
+ * @coversNothing
12
+ */
13
class ServerTest extends TestCase
14
{
15
final public function testServerConfigShouldComplainWhenInstantiatedWithoutData() : void
0 commit comments