Maurits van der Schee 9 anni fa
parent
commit
fa286bc718
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      tests/tests.php

+ 1
- 1
tests/tests.php Vedi 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…
Annulla
Salva