1 | <?php |
||
8 | class Doctrine2DBALAdapterTest |
||
9 | extends \PHPUnit_Framework_TestCase |
||
|
|||
10 | { |
||
11 | protected function tearDown() |
||
15 | |||
16 | public function testGetDefaultDbSelect() |
||
23 | |||
24 | public function testGetDefaultDbSelectMustAlwaysReturnNewInstance() |
||
29 | |||
30 | public function testSetDefaultDbSelect() |
||
43 | |||
44 | /** |
||
45 | * @return Doctrine2DBAL |
||
46 | */ |
||
47 | private function getAdapter() |
||
56 | |||
57 | /** |
||
58 | * @return \Doctrine\DBAL\Connection |
||
59 | */ |
||
60 | private function getConnection() |
||
71 | } |
||
72 |