From 095dee4efdb47821e9d41519255b9dd0af2a3f0e Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 18 Sep 2007 17:26:35 +0000 Subject: [PATCH] --- tests/Query/RegistryTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Query/RegistryTestCase.php b/tests/Query/RegistryTestCase.php index 1ef0e4a9c..ddbaedea5 100644 --- a/tests/Query/RegistryTestCase.php +++ b/tests/Query/RegistryTestCase.php @@ -62,6 +62,6 @@ class Doctrine_Query_Registry_TestCase extends Doctrine_UnitTestCase $user = new User(); - $user->fetch('all'); + $user->find('all'); } }