This commit is contained in:
parent
281acef57d
commit
de16517991
@ -89,7 +89,7 @@ class Doctrine_Query_MultiJoin2_TestCase extends Doctrine_UnitTestCase
|
|||||||
$categories[0]->subCategories;
|
$categories[0]->subCategories;
|
||||||
$this->assertEqual($queryCount + 1, $this->connection->count());
|
$this->assertEqual($queryCount + 1, $this->connection->count());
|
||||||
} catch (Doctrine_Exception $e) {
|
} catch (Doctrine_Exception $e) {
|
||||||
$this->fail();
|
$this->fail($e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ class Doctrine_Query_MultiJoin2_TestCase extends Doctrine_UnitTestCase
|
|||||||
->execute(array(), Doctrine::FETCH_ARRAY);
|
->execute(array(), Doctrine::FETCH_ARRAY);
|
||||||
$this->pass();
|
$this->pass();
|
||||||
} catch (Doctrine_Exception $e) {
|
} catch (Doctrine_Exception $e) {
|
||||||
$this->fail();
|
$this->fail($e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user