Browse Source

updated tests

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

+ 5
- 0
tests/tests.php View File

401
 		$test->get('/categories/2');
401
 		$test->get('/categories/2');
402
 		$test->expect('{"id":"2","name":"alert();","icon":null}');
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…
Cancel
Save