This commit is contained in:
parent
2efc914cdd
commit
38437492d2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user