DoctrineTestSuite.php 207 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 <?php namespace Doctrine\Tests; /** * Doctrine's basic test suite implementation. Provides functionality needed by all * test suites. */ class DoctrineTestSuite extends \PHPUnit_Framework_TestSuite { }