1
0
mirror of synced 2025-03-23 16:33:54 +03:00

10 lines
158 B
PHP

<?php
namespace Doctrine\Tests;
/**
* The outermost test suite for all orm related testcases & suites.
*/
class OrmTestSuite extends DoctrineTestSuite
{
}