Explorar el Código

updated tests

Maurits van der Schee hace 8 años
padre
commit
9e1a03ec71
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      tests/tests.php

+ 5
- 0
tests/tests.php Ver fichero

@@ -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…
Cancelar
Guardar