1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Put plugin tests back in.

This commit is contained in:
romanb 2007-12-12 09:03:25 +00:00
parent d222f37b50
commit 910ab71938

View File

@ -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());