1
0
mirror of synced 2025-01-18 22:41:43 +03:00
doctrine2/tests/lib/Doctrine_TestSuite.php

9 lines
183 B
PHP
Raw Normal View History

2008-02-08 19:35:27 +00:00
<?php
2008-02-09 18:59:19 +00:00
/**
* Doctrine's basic test suite implementation. Provides functionality needed by all
* test suites.
*/
2008-02-08 19:35:27 +00:00
class Doctrine_TestSuite extends PHPUnit_Framework_TestSuite
{
2008-02-09 18:59:19 +00:00
2008-02-08 19:35:27 +00:00
}