Commit f59131f0 authored by meus's avatar meus

fixing previous commit, these files should not be modified

parent c477b35d
...@@ -227,7 +227,7 @@ $plugins->addTestCase(new Doctrine_Validator_TestCase()); ...@@ -227,7 +227,7 @@ $plugins->addTestCase(new Doctrine_Validator_TestCase());
$plugins->addTestCase(new Doctrine_Validator_Future_TestCase()); $plugins->addTestCase(new Doctrine_Validator_Future_TestCase());
$plugins->addTestCase(new Doctrine_Validator_Past_TestCase()); $plugins->addTestCase(new Doctrine_Validator_Past_TestCase());
$plugins->addTestCase(new Doctrine_Hook_TestCase()); $plugins->addTestCase(new Doctrine_Hook_TestCase());
//$plugins->addTestCase(new Doctrine_I18n_TestCase()); $plugins->addTestCase(new Doctrine_I18n_TestCase());
$test->addTestCase($plugins); $test->addTestCase($plugins);
// Db component // Db component
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment