DbalTestSuite.php 162 Bytes
Newer Older
romanb's avatar
romanb committed
1 2
<?php

3
namespace Doctrine\Tests;
romanb's avatar
romanb committed
4

romanb's avatar
romanb committed
5 6 7
/**
 * The outermost test suite for all dbal related testcases & suites.
 */
8
class DbalTestSuite extends DoctrineTestSuite
romanb's avatar
romanb committed
9
{  
romanb's avatar
romanb committed
10
}