| Total Complexity | 4 | 
| Total Lines | 38 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 9 | class ResultTest extends TestCase  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @test  | 
            ||
| 13 | */  | 
            ||
| 14 | public function isValidByDefault(): void  | 
            ||
| 18 | }  | 
            ||
| 19 | |||
| 20 | /**  | 
            ||
| 21 | * @test  | 
            ||
| 22 | */  | 
            ||
| 23 | public function errorsAreEmptyByDefault(): void  | 
            ||
| 27 | }  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * @test  | 
            ||
| 31 | */  | 
            ||
| 32 | public function errorIsProperlyAdded(): void  | 
            ||
| 37 | }  | 
            ||
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * @test  | 
            ||
| 41 | */  | 
            ||
| 42 | public function addingErrorChangesIsValid(): void  | 
            ||
| 49 |