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