Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class LoggerTest extends TestCase { |
||
15 | |||
16 | /** |
||
17 | * {@inheritDoc} |
||
18 | */ |
||
19 | public function setUp(): void { |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Test for issue #3219325 about closures stack. |
||
25 | * |
||
26 | * @link https://www.drupal.org/project/mongodb/issues/3219325 |
||
27 | * @covers ::enhanceLogEntry |
||
28 | * |
||
29 | * @throws \ReflectionException |
||
30 | */ |
||
31 | public function testEnhanceLogEntry(): void { |
||
44 |