1
0
mirror of synced 2025-02-03 13:59:27 +03:00
doctrine2/tests/Doctrine/Tests/DoctrineTestCase.php

13 lines
179 B
PHP
Raw Normal View History

<?php
namespace Doctrine\Tests;
2017-03-31 17:20:10 +01:00
use PHPUnit\Framework\TestCase;
/**
* Base testcase class for all Doctrine testcases.
*/
2017-03-31 17:20:10 +01:00
abstract class DoctrineTestCase extends TestCase
{
2012-12-14 18:55:49 +00:00
}