Skip to content

Commit 3244b68

Browse files
committed
chore(tests): update description
1 parent 3c1cf7e commit 3244b68

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed

tests/integration/frameworks/laravel/test_horizon_error_path.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
/*DESCRIPTION
88
Ensure that when HorizonCommand::handle is executed, the transaction is properly stopped.
9+
This test verifies this behavior by first making sure the transaction exists and the
10+
transaction trace is not empty. Then it calls the HorizonCommand::handle method and
11+
verifies that the transaction has been stopped by checking that there was no harvest received.
12+
It also verifies that no traced errors and no error events were recorded.
913
*/
1014

1115
/*INI

tests/integration/frameworks/laravel/test_horizon_exception_path.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
/*DESCRIPTION
88
Ensure that when HorizonCommand::handle is executed, the transaction is properly stopped.
9+
This test verifies this behavior by first making sure the transaction exists and the
10+
transaction trace is not empty. Then it calls the HorizonCommand::handle method and
11+
verifies that the transaction has been stopped by checking that there was no harvest received.
12+
It also verifies that no traced errors and no error events were recorded.
913
*/
1014

1115
/*INI

tests/integration/frameworks/laravel/test_horizon_happy_path.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
/*DESCRIPTION
88
Ensure that when HorizonCommand::handle is executed, the transaction is properly stopped.
9+
This test verifies this behavior by first making sure the transaction exists and the
10+
transaction trace is not empty. Then it calls the HorizonCommand::handle method and
11+
verifies that the transaction has been stopped by checking that there was no harvest received.
912
*/
1013

1114
/*INI

tests/integration/frameworks/laravel/test_supervisor_error_path.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
/*DESCRIPTION
88
Ensure that when SupervisorCommand::handle is executed, the transaction is properly stopped.
9+
This test verifies this behavior by first making sure the transaction exists and the
10+
transaction trace is not empty. Then it calls the SupervisorCommand::handle method and
11+
verifies that the transaction has been stopped by checking that there was no harvest received.
12+
It also verifies that no traced errors and no error events were recorded.
913
*/
1014

1115
/*INI

tests/integration/frameworks/laravel/test_supervisor_exception_path.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
/*DESCRIPTION
88
Ensure that when SupervisorCommand::handle is executed, the transaction is properly stopped.
9+
This test verifies this behavior by first making sure the transaction exists and the
10+
transaction trace is not empty. Then it calls the SupervisorCommand::handle method and
11+
verifies that the transaction has been stopped by checking that there was no harvest received.
12+
It also verifies that no traced errors and no error events were recorded.
913
*/
1014

1115
/*INI

tests/integration/frameworks/laravel/test_supervisor_happy_path.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
/*DESCRIPTION
88
Ensure that when SupervisorCommand::handle is executed, the transaction is properly stopped.
9+
This test verifies this behavior by first making sure the transaction exists and the
10+
transaction trace is not empty. Then it calls the HorizonCommand::handle method and
11+
verifies that the transaction has been stopped by checking that there was no harvest received.
912
*/
1013

1114
/*INI

0 commit comments

Comments
 (0)