1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests/Doctrine/Tests/OrmTestSuite.php

10 lines
158 B
PHP
Raw Normal View History

2009-01-04 19:15:32 +03:00
<?php
namespace Doctrine\Tests;
2009-01-04 19:15:32 +03:00
2008-02-09 21:59:19 +03:00
/**
* The outermost test suite for all orm related testcases & suites.
*/
class OrmTestSuite extends DoctrineTestSuite
2008-02-09 21:59:19 +03:00
{
}