We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7698b commit 805bfe4Copy full SHA for 805bfe4
tests/Pest.php
@@ -11,7 +11,7 @@
11
|
12
*/
13
14
-// pest()->extend(Tests\TestCase::class)->in('Feature');
+// pest()->extend(GrokPHP\Client\Tests\TestCase::class)->in('Feature');
15
16
/*
17
|--------------------------------------------------------------------------
tests/TestCase.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace Tests;
+namespace GrokPHP\Client\Tests;
4
5
use PHPUnit\Framework\TestCase as BaseTestCase;
6
0 commit comments