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