This commit is contained in:
parent
2efc914cdd
commit
38437492d2
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue