Maurits van der Schee 9 years ago
parent
commit
fa286bc718
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/tests.php

+ 1
- 1
tests/tests.php View File

@@ -479,7 +479,7 @@ class PHP_CRUD_API_Test extends PHPUnit_Framework_TestCase
479 479
 	{
480 480
 		$test = new API($this);
481 481
 		$test->get('/categories?filter[]=icon,no,null&transform=1');
482
-		$test->expect('0');
482
+		$test->expect('{"categories":[]}');
483 483
 	}
484 484
 
485 485
 }

Loading…
Cancel
Save