DoctrineTestCase.php

Namespace

Doctrine\Tests

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php
View source
<?php

namespace Doctrine\Tests;


/**
 * Base testcase class for all Doctrine testcases.
 */
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase {

}

Classes

Namesort descending Description
DoctrineTestCase Base testcase class for all Doctrine testcases.