Changeset 4929 for trunk/tests/Orm
- Timestamp:
- 09/12/08 11:21:20 (4 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Orm/Component/AllTests.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Orm/Component/AllTests.php
r4422 r4929 7 7 8 8 // Tests 9 require_once 'Orm/Component/AccessTest.php';9 //require_once 'Orm/Component/AccessTest.php'; 10 10 require_once 'Orm/Component/CollectionTest.php'; 11 11 … … 21 21 $suite = new Doctrine_TestSuite('Doctrine Orm Component'); 22 22 23 $suite->addTestSuite('Orm_Component_AccessTest');23 //$suite->addTestSuite('Orm_Component_AccessTest'); 24 24 $suite->addTestSuite('Orm_Component_CollectionTest'); 25 25