You are here

DoctrineTestCase.php in Zircon Profile 8.0

Namespace

Doctrine\Tests

File

vendor/doctrine/cache/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.