We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11e388 commit ae5f2a2Copy full SHA for ae5f2a2
1 file changed
tests/wpunit/Legacy/License_RepositoryTest.php
@@ -457,11 +457,11 @@ static function ( array $licenses ) {
457
*
458
* The callback caps its own re-entry depth at 3 so that a missing guard fails
459
* the assertion cleanly with a small count rather than blowing the PHP call
460
- * stack and segfaulting the test runner.
+ * stack and causing a segmentation fault and crashing the test runner.
461
462
* @return void
463
*/
464
- public function test_filter_callback_that_calls_all_does_not_redispatch_filter(): void {
+ public function test_filter_callback_that_calls_all_does_not_dispatch_filter_again(): void {
465
$repository = $this->repository;
466
$reentrant_result = null;
467
$dispatch_count = 0;
0 commit comments