1
0
mirror of synced 2024-12-13 14:56:01 +03:00
This commit is contained in:
zYne 2007-06-04 18:21:36 +00:00
parent 2efc914cdd
commit 38437492d2

View File

@ -46,6 +46,8 @@ class Doctrine_Query_Expression_TestCase extends Doctrine_UnitTestCase {
try {
$q->parseQuery('SELECT CONCAT(u.name, u.unknown) FROM User u');
$q->execute();
$this->fail();
} catch(Doctrine_Query_Exception $e) {
$this->pass();