Commit 38437492 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 2efc914c
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment