diff --git a/tests/run.php b/tests/run.php index eeb73a91b..c55d98423 100644 --- a/tests/run.php +++ b/tests/run.php @@ -152,7 +152,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());