Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
14 | class ReplaceNameProcessTest extends TestCase |
||
15 | { |
||
16 | /** |
||
17 | * @test |
||
18 | */ |
||
19 | public function itCanReplaceAName(): void |
||
28 | } |
||
29 | |||
30 | private function getReplaceNameProcess(): ReplaceNameProcess |
||
31 | { |
||
32 | return new ReplaceNameProcess(); |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @test |
||
37 | */ |
||
38 | public function itForcesAnEssOnTheWordSheep(): void |
||
47 | } |
||
48 | } |
||
49 |