Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class GetEntityFromReflectionStepTest extends TestCase |
||
13 | { |
||
14 | |||
15 | public function testGetRequiredArtifacts() |
||
16 | { |
||
17 | $step = new GetEntityFromReflectionStep(); |
||
18 | $this->assertEquals(['reflection', 'access_granted'], $step->getRequiredArtifacts()); |
||
19 | } |
||
20 | |||
21 | public function testExecute() |
||
32 | } |
||
33 | } |
||
34 |