| Total Complexity | 5 | 
| Total Lines | 46 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 10 | class ResultTest extends TestCase  | 
            ||
| 11 | { | 
            ||
| 12 | /**  | 
            ||
| 13 | * @test  | 
            ||
| 14 | */  | 
            ||
| 15 | public function addErrorIsImmutable(): void  | 
            ||
| 20 | }  | 
            ||
| 21 | |||
| 22 | /**  | 
            ||
| 23 | * @test  | 
            ||
| 24 | */  | 
            ||
| 25 | public function isValidByDefault(): void  | 
            ||
| 29 | }  | 
            ||
| 30 | |||
| 31 | /**  | 
            ||
| 32 | * @test  | 
            ||
| 33 | */  | 
            ||
| 34 | public function errorsAreEmptyByDefault(): void  | 
            ||
| 38 | }  | 
            ||
| 39 | |||
| 40 | /**  | 
            ||
| 41 | * @test  | 
            ||
| 42 | */  | 
            ||
| 43 | public function errorIsProperlyAdded(): void  | 
            ||
| 47 | }  | 
            ||
| 48 | |||
| 49 | /**  | 
            ||
| 50 | * @test  | 
            ||
| 51 | */  | 
            ||
| 52 | public function addingErrorChangesIsValid(): void  | 
            ||
| 58 |