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

10 lines
158 B
PHP

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