DoctrineTestSuite.php 207 Bytes
Newer Older
1
<?php
romanb's avatar
romanb committed
2

3
namespace Doctrine\Tests;
romanb's avatar
romanb committed
4

romanb's avatar
romanb committed
5 6 7 8
/**
 * Doctrine's basic test suite implementation. Provides functionality needed by all
 * test suites.
 */
9
class DoctrineTestSuite extends \PHPUnit_Framework_TestSuite
romanb's avatar
romanb committed
10
{ 
11
}