Lines Matching refs:recorded
14 $this->assertSame([], $handler->recorded);
23 $this->assertSame([], $handler->recorded);
41 ], $handler->recorded);
52 $actual = array_column($handler->recorded, 1);
72 ], $handler->recorded);
97 ], $handler->recorded);
121 ], $handler->recorded);
138 ], $handler->recorded);
151 ], $handler->recorded);
173 ], $handler->recorded);
188 $caught = array_values(array_filter($handler->recorded, fn($c) => $c[0] === 'caught'));
210 $caught = array_values(array_filter($handler->recorded, fn($c) => $c[0] === 'caught'));
232 $caught = array_values(array_filter($handler->recorded, fn($c) => $c[0] === 'caught'));
254 $caught = array_values(array_filter($handler->recorded, fn($c) => $c[0] === 'caught'));
276 $caught = array_values(array_filter($handler->recorded, fn($c) => $c[0] === 'caught'));
299 $caught = array_values(array_filter($handler->recorded, fn($c) => $c[0] === 'caught'));