abstract class DoctrineTestCase in Plug 7
Same name in this branch
- 7 lib/doctrine/inflector/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
- 7 lib/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
- 7 lib/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
Base testcase class for all Doctrine testcases.
Hierarchy
- class \Doctrine\Tests\DoctrineTestCase extends \Doctrine\Tests\PHPUnit_Framework_TestCase
Expanded class hierarchy of DoctrineTestCase
13 files declare their use of DoctrineTestCase
- AbstractProxyFactoryTest.php in lib/doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ AbstractProxyFactoryTest.php 
- ChainDriverTest.php in lib/doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ChainDriverTest.php 
- ClassMetadataFactoryTest.php in lib/doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php 
- ClassUtilsTest.php in lib/doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Util/ ClassUtilsTest.php 
- DebugTest.php in lib/doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Util/ DebugTest.php 
File
- lib/doctrine/ inflector/ tests/ Doctrine/ Tests/ DoctrineTestCase.php, line 8 
Namespace
Doctrine\TestsView source
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase {
}