Selaa lähdekoodia

updated tests

Maurits van der Schee 8 vuotta sitten
vanhempi
commit
9e1a03ec71
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      tests/tests.php

+ 5
- 0
tests/tests.php Näytä tiedosto

@@ -401,4 +401,9 @@ class MySQL_CRUD_API_Test extends PHPUnit_Framework_TestCase
401 401
 		$test->get('/categories/2');
402 402
 		$test->expect('{"id":"2","name":"alert();","icon":null}');
403 403
 	}
404
+	
405
+	public function testErrorOnDuplicatePrimaryKey()
406
+	{
407
+		// to be implemented
408
+	}
404 409
 }

Loading…
Peruuta
Tallenna