1
0
mirror of synced 2024-12-13 22:56:04 +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 { try {
$q->parseQuery('SELECT CONCAT(u.name, u.unknown) FROM User u'); $q->parseQuery('SELECT CONCAT(u.name, u.unknown) FROM User u');
$q->execute();
$this->fail(); $this->fail();
} catch(Doctrine_Query_Exception $e) { } catch(Doctrine_Query_Exception $e) {
$this->pass(); $this->pass();