Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class ActiveQueryTest extends \Yiisoft\ActiveRecord\Tests\ActiveQueryTest |
||
10 | { |
||
11 | public function setUp(): void |
||
12 | { |
||
13 | parent::setUp(); |
||
14 | |||
15 | $mysqlHelper = new MysqlHelper(); |
||
16 | $this->db = $mysqlHelper->createConnection(); |
||
17 | } |
||
18 | |||
19 | protected function tearDown(): void |
||
26 | } |
||
27 | } |
||
28 |