You are here

DoctrineTestCase.php in Plug 7

Namespace

Doctrine\Tests

File

lib/doctrine/inflector/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.