Skip to content

Commit ecb8825

Browse files
committed
Misc fixes
1 parent 8b37d47 commit ecb8825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/specification/QueryParametersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Tobyz\Tests\JsonApiServer\MockAdapter;
1818

1919
/**
20-
* @see https://jsonapi.org/format/#query-parameters
20+
* @see https://jsonapi.org/format/1.1/#query-parameters
2121
*/
2222
class QueryParametersTest extends AbstractTestCase
2323
{

tests/unit/JsonApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Tobyz\Tests\JsonApiServer\unit\Http;
12+
namespace Tobyz\Tests\JsonApiServer\unit;
1313

1414
use PHPUnit\Framework\TestCase;
1515

0 commit comments

Comments
 (0)