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 3041e56 commit 74e1b39Copy full SHA for 74e1b39
tests/CacheTest.php
@@ -10,6 +10,9 @@
10
use PHPUnit\Framework\Attributes\CoversClass;
11
use PHPUnit\Framework\Attributes\Test;
12
13
+/**
14
+ * @coversNothing
15
+ */
16
#[CoversClass(Cache::class)]
17
class CacheTest extends TestCase
18
{
tests/TestCase.php
@@ -7,6 +7,9 @@
7
use InteractionDesignFoundation\GeoIP\GeoIP;
8
use PHPUnit\Framework\Attributes\CoversNothing;
9
#[CoversNothing]
class TestCase extends \Orchestra\Testbench\TestCase
0 commit comments