Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public function testInit() |
||
12 | { |
||
13 | /** |
||
14 | * @var \AppBundle\Sync\Entity\Collection $collection |
||
15 | */ |
||
16 | $collection = $this->getMockForAbstractClass('\\AppBundle\\Sync\\Entity\\Collection'); |
||
17 | $this->assertEquals(0, $collection->count()); |
||
18 | |||
19 | $this->assertEquals(0, $collection->key()); |
||
20 | } |
||
21 | } |
||
22 |