We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377c0be commit 20b9ad5Copy full SHA for 20b9ad5
test/misc/DAOTest.class.php
@@ -707,9 +707,10 @@ public function nonIntegerIdentifier()
707
try {
708
TestBinaryStuff::dao()->import($bin);
709
} catch (DatabaseException $e) {
710
- return $this->fail();
+ return $this->fail($e->getMessage());
711
}
712
713
+ TestBinaryStuff::dao()->dropIdentityMap();
714
Cache::me()->clean();
715
716
$prm = Primitive::prototypedIdentifier('TestBinaryStuff', 'id');
@@ -726,7 +727,7 @@ public function nonIntegerIdentifier()
726
727
728
$integerIdPrimitive->import(array('id' => 'string-instead-of-integer'));
729
730
731
732
733
0 commit comments