mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-24 01:26:27 +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
|
|
{
|
|
} |