1 | <?php |
||
7 | class Doctrine2DBALAdapterTest |
||
8 | extends \PHPUnit_Framework_TestCase |
||
|
|||
9 | { |
||
10 | protected function tearDown() |
||
14 | |||
15 | public function testGetDefaultDbSelect() |
||
22 | |||
23 | public function testGetDefaultDbSelectMustAlwaysReturnNewInstance() |
||
28 | |||
29 | public function testSetDefaultDbSelect() |
||
42 | |||
43 | /** |
||
44 | * @return Doctrine2DBALAdapter |
||
45 | */ |
||
46 | private function getAdapter() |
||
55 | |||
56 | /** |
||
57 | * @return \Doctrine\DBAL\Connection |
||
58 | */ |
||
59 | private function getConnection() |
||
70 | } |
||
71 |