Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | public function test_non_existing_facade_method(): void |
||
26 | { |
||
27 | $this->expectExceptionMessage('Unknown method: unknownGreet'); |
||
28 | |||
29 | TestStaticFacade::unknownGreet('anything'); |
||
1 ignored issue
–
show
|
|||
30 | } |
||
48 |