Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | final class GH7067Test extends \Doctrine\Tests\OrmFunctionalTestCase |
||
9 | { |
||
10 | public function setUp() : void |
||
11 | { |
||
12 | $this->enableSecondLevelCache(); |
||
13 | parent::setUp(); |
||
14 | |||
15 | $this->setUpEntitySchema([GH7067Entity::class]); |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * @group 7067 |
||
20 | */ |
||
21 | public function testSLCWithVersion() : void |
||
39 | } |
||
40 | } |
||
70 |