DoctrineTestCase.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
Namespace
Doctrine\TestsFile
vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.phpView source
<?php
namespace Doctrine\Tests;
/**
* Base testcase class for all Doctrine testcases.
*/
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase {
}
Classes
Name | Description |
---|---|
DoctrineTestCase | Base testcase class for all Doctrine testcases. |