2009-01-04 16:15:32 +00:00
|
|
|
<?php
|
|
|
|
|
2009-01-22 19:38:10 +00:00
|
|
|
namespace Doctrine\Tests;
|
2009-01-04 16:15:32 +00:00
|
|
|
|
2008-02-09 18:59:19 +00:00
|
|
|
/**
|
|
|
|
* The outermost test suite for all dbal related testcases & suites.
|
|
|
|
*/
|
2009-01-22 19:38:10 +00:00
|
|
|
class DbalTestSuite extends DoctrineTestSuite
|
2009-01-04 16:15:32 +00:00
|
|
|
{
|
2008-02-09 18:59:19 +00:00
|
|
|
}
|