2009-01-04 19:15:32 +03:00
|
|
|
<?php
|
|
|
|
|
2009-01-22 22:38:10 +03:00
|
|
|
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 dbal related testcases & suites.
|
|
|
|
*/
|
2009-01-22 22:38:10 +03:00
|
|
|
class DbalTestSuite extends DoctrineTestSuite
|
2009-01-04 19:15:32 +03:00
|
|
|
{
|
2008-02-09 21:59:19 +03:00
|
|
|
}
|