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

11 lines
207 B
PHP
Raw Normal View History

2008-02-08 22:35:27 +03:00
<?php
2009-01-04 19:15:32 +03:00
namespace Doctrine\Tests;
2009-01-04 19:15:32 +03:00
2008-02-09 21:59:19 +03:00
/**
* Doctrine's basic test suite implementation. Provides functionality needed by all
* test suites.
*/
class DoctrineTestSuite extends \PHPUnit_Framework_TestSuite
2009-01-04 19:15:32 +03:00
{
2008-02-08 22:35:27 +03:00
}