Commit 97159eac authored by zYne's avatar zYne

--no commit message

--no commit message
parent 86279195
......@@ -63,8 +63,6 @@ class Doctrine_Collection_Snapshot_TestCase extends Doctrine_UnitTestCase
$count = $this->conn->count();
$coll->save();
print $this->conn->count();
print $count;
$this->connection->clear();
$coll = Doctrine_Query::create()->from('User u')->execute();
......
......@@ -40,7 +40,7 @@ class Doctrine_Record_Hook_TestCase extends Doctrine_UnitTestCase
parent::prepareTables();
}
/**
public function testInsertHooksGetInvoked()
{
$r = new RecordHookTest();
......@@ -78,7 +78,7 @@ class Doctrine_Record_Hook_TestCase extends Doctrine_UnitTestCase
$this->assertEqual($r->pop(), 'postDelete');
$this->assertEqual($r->pop(), 'preDelete');
}
*/
public function testSoftDelete()
{
$r = new SoftDeleteTest();
......
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