mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
10 lines
No EOL
164 B
PHP
10 lines
No EOL
164 B
PHP
<?php
|
|
|
|
namespace Doctrine\Tests;
|
|
|
|
/**
|
|
* Base testcase class for all Doctrine testcases.
|
|
*/
|
|
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase
|
|
{
|
|
} |