Passed
Push — develop ( e1dee4...76c3e6 )
by David
04:21
created

MappingTest::testMappingIsSync()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 8
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 5
c 1
b 0
f 0
dl 0
loc 8
rs 10
cc 1
nc 1
nop 0
1
<?php
2
3
declare(strict_types=1);
4
5
namespace ApplicationTest\ORM;
6
7
class MappingTest extends \Ecodev\Felix\Testing\ORM\MappingTest
8
{
9
}
10