Skip to content

Commit 0b69830

Browse files
committed
chore(docs): Fixes test descriptions
1 parent cde843b commit 0b69830

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/integration/api/notice_error/test_good_1_arg_exception_handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/*DESCRIPTION
88
The agent should record a traced error when newrelic_notice_error is
9-
called with 1 argument which is an exception.
9+
used as a callback handler for set_exception_handler().
1010
*/
1111

1212
/*EXPECT_TRACED_ERRORS

tests/integration/api/notice_error/test_good_4_args_error_handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/*DESCRIPTION
88
The agent should record a traced error when newrelic_notice_error is
9-
called with 4 parameters.
9+
used as a callback handler for set_error_handler().
1010
*/
1111

1212
/*EXPECT_TRACED_ERRORS

tests/integration/api/notice_error/test_good_5_args_error_handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/*DESCRIPTION
88
The agent should record a traced error when newrelic_notice_error is
9-
called with 5 parameters.
9+
used as a callback handler for set_error_handler().
1010
*/
1111

1212
/*EXPECT_TRACED_ERRORS

0 commit comments

Comments
 (0)