DoctrineTestCase.php in Plug 7
Namespace
Doctrine\TestsFile
lib/doctrine/inflector/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. |