| 1 | <?php  | 
            ||
| 9 | class ConnectionTest extends \PHPUnit_Framework_TestCase  | 
            ||
| 10 | { | 
            ||
| 11 | const TABLE_NAME = 'tableName';  | 
            ||
| 12 | |||
| 13 | protected $connection;  | 
            ||
| 14 | |||
| 15 | protected function setUp()  | 
            ||
| 19 | |||
| 20 | /** @test */  | 
            ||
| 21 | public function createQueryBuilder()  | 
            ||
| 27 | |||
| 28 | /** @test */  | 
            ||
| 29 | public function createResultSetFromMagicCall()  | 
            ||
| 35 | |||
| 36 | /** @test */  | 
            ||
| 37 | public function createResultSetFromMagicGet()  | 
            ||
| 43 | |||
| 44 | /** @test */  | 
            ||
| 45 | public function addingWhereOnFirstCall()  | 
            ||
| 53 | }  |