From 4e4320d99e57d7cd3a733fca730bdf47c01f495b Mon Sep 17 00:00:00 2001 From: romanb Date: Sun, 25 Nov 2007 13:03:52 +0000 Subject: [PATCH] reenabled the plugin tests. they seem to work now. --- tests/run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.php b/tests/run.php index 231273f9c..b6f7669b1 100644 --- a/tests/run.php +++ b/tests/run.php @@ -145,7 +145,7 @@ $test->addTestCase($data_types); // Utility components $plugins = new GroupTest('Plugin tests: View, Validator, Hook','plugins'); //$utility->addTestCase(new Doctrine_PessimisticLocking_TestCase()); -//$plugins->addTestCase(new Doctrine_Plugin_TestCase()); +$plugins->addTestCase(new Doctrine_Plugin_TestCase()); $plugins->addTestCase(new Doctrine_View_TestCase()); $plugins->addTestCase(new Doctrine_AuditLog_TestCase()); $plugins->addTestCase(new Doctrine_Validator_TestCase());