abstract class DoctrineTestCase

Base testcase class for all Doctrine testcases.

Hierarchy

  • class \Doctrine\Tests\DoctrineTestCase extends \Doctrine\Tests\PHPUnit_Framework_TestCase

Expanded class hierarchy of DoctrineTestCase

10 files declare their use of DoctrineTestCase
ChainDriverTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ChainDriverTest.php
ClassMetadataFactoryTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
ClassUtilsTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php
DebugTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/DebugTest.php
DefaultFileLocatorTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php

... See full list

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php, line 8

Namespace

Doctrine\Tests
View source
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase {

}

Members