OrmTestSuite.php 158 Bytes
Newer Older
romanb's avatar
romanb committed
1 2
<?php

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

romanb's avatar
romanb committed
5 6 7
/**
 * The outermost test suite for all orm related testcases & suites.
 */
8
class OrmTestSuite extends DoctrineTestSuite
romanb's avatar
romanb committed
9 10
{
}