1
0
mirror of synced 2024-12-17 00:18:42 +03:00
doctrine2/tests/lib/Doctrine_TestSuite.php
2009-01-04 16:15:32 +00:00

11 lines
208 B
PHP

<?php
#namespace Doctrine\Tests;
/**
* Doctrine's basic test suite implementation. Provides functionality needed by all
* test suites.
*/
class Doctrine_TestSuite extends PHPUnit_Framework_TestSuite
{
}