| 1 | <?php |
||
| 14 | class ErrorHandlerManagerTest extends TestCase |
||
| 15 | { |
||
| 16 | /** @var ErrorResponseGeneratorManager */ |
||
| 17 | protected $pluginManager; |
||
| 18 | |||
| 19 | public function setUp(): void |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @test |
||
| 34 | */ |
||
| 35 | public function callablesAreReturned(): void |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @test |
||
| 43 | */ |
||
| 44 | public function nonCallablesThrowException() |
||
| 49 | } |
||
| 50 |