mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-27 14:10:35 +00:00
10 lines
164 B
PHP
10 lines
164 B
PHP
<?php
|
|
|
|
namespace Doctrine\Tests;
|
|
|
|
/**
|
|
* Base testcase class for all Doctrine testcases.
|
|
*/
|
|
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase
|
|
{
|
|
} |