| 1 | <?php |
||
| 10 | class PDOStamentIteratorTest extends PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | protected $pdo; |
||
| 13 | |||
| 14 | public function setup() |
||
| 30 | |||
| 31 | public function tearDown() |
||
| 35 | |||
| 36 | /** @test */ |
||
| 37 | public function testNormalStatementIteration() |
||
| 43 | |||
| 44 | /** @test */ |
||
| 45 | public function testFactoryStatementIteration() |
||
| 53 | } |
||
| 54 | |||
| 55 |