We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af4ddb commit 45d4b56Copy full SHA for 45d4b56
tests/ElasticApmTests/ComponentTests/ErrorComponentTest.php
@@ -408,7 +408,6 @@ function (AppCodeRequestParams $appCodeRequestParams): void {
408
409
self::assertNotNull($err->exception->message);
410
self::assertStringContainsString(APP_CODE_FOR_TEST_PHP_ERROR_UNCAUGHT_EXCEPTION_MESSAGE, $err->exception->message);
411
- self::assertNull($err->exception->type);
412
self::assertNotNull($err->exception->stacktrace);
413
self::assertCount(0, $err->exception->stacktrace);
414
}
0 commit comments