1
0
mirror of synced 2025-01-17 22:11:41 +03:00

reenabled the plugin tests. they seem to work now.

This commit is contained in:
romanb 2007-11-25 13:03:52 +00:00
parent 99bca8be37
commit 4e4320d99e

View File

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