Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class InterpreterTest extends TestCase |
||
16 | { |
||
17 | /** |
||
18 | * @throws BrainfuckException |
||
19 | * @throws UniLexException |
||
20 | */ |
||
21 | public function testExec_ValidInput_GetOutputReturnsMatchingValue(): void |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @throws BrainfuckException |
||
35 | */ |
||
36 | public function testGetOutput_NoExecCalled_ThrowsException(): void |
||
45 |