DoctrineTestCase.php 164 Bytes
Newer Older
1 2 3 4 5 6 7
<?php

namespace Doctrine\Tests;

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