abstract class DoctrineTestCase in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/doctrine/inflector/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
Same name and namespace in other branches
- 8 vendor/doctrine/inflector/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php \Doctrine\Tests\DoctrineTestCase
- 8 vendor/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 vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ AbstractProxyFactoryTest.php - ChainDriverTest.php in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ChainDriverTest.php - ClassMetadataFactoryTest.php in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php - ClassUtilsTest.php in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Util/ ClassUtilsTest.php - DebugTest.php in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Util/ DebugTest.php
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ DoctrineTestCase.php, line 8
Namespace
Doctrine\TestsView source
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase {
}