| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | final class BatchQueryResultTest extends \Yiisoft\ActiveRecord\Tests\BatchQueryResultTest |
||
| 12 | { |
||
| 13 | public function setUp(): void |
||
| 14 | { |
||
| 15 | parent::setUp(); |
||
| 16 | |||
| 17 | $oracleHelper = new OracleHelper(); |
||
| 18 | $this->db = $oracleHelper->createConnection(); |
||
| 19 | } |
||
| 20 | |||
| 21 | protected function tearDown(): void |
||
| 28 | } |
||
| 29 | |||
| 30 | public function testBatchWithIndexBy(): void |
||
| 46 |