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