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 8b37d47 commit ecb8825Copy full SHA for ecb8825
tests/specification/QueryParametersTest.php
@@ -17,7 +17,7 @@
17
use Tobyz\Tests\JsonApiServer\MockAdapter;
18
19
/**
20
- * @see https://jsonapi.org/format/#query-parameters
+ * @see https://jsonapi.org/format/1.1/#query-parameters
21
*/
22
class QueryParametersTest extends AbstractTestCase
23
{
tests/unit/JsonApiTest.php
@@ -9,7 +9,7 @@
9
* file that was distributed with this source code.
10
11
12
-namespace Tobyz\Tests\JsonApiServer\unit\Http;
+namespace Tobyz\Tests\JsonApiServer\unit;
13
14
use PHPUnit\Framework\TestCase;
15
0 commit comments