Doctrine_DbalTestSuite.php 173 Bytes
Newer Older
romanb's avatar
romanb committed
1 2 3 4
<?php

#namespace Doctrine\Tests;

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