Skip to content

Commit ae5f2a2

Browse files
committed
cspell fix
1 parent d11e388 commit ae5f2a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/wpunit/Legacy/License_RepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,11 @@ static function ( array $licenses ) {
457457
*
458458
* The callback caps its own re-entry depth at 3 so that a missing guard fails
459459
* the assertion cleanly with a small count rather than blowing the PHP call
460-
* stack and segfaulting the test runner.
460+
* stack and causing a segmentation fault and crashing the test runner.
461461
*
462462
* @return void
463463
*/
464-
public function test_filter_callback_that_calls_all_does_not_redispatch_filter(): void {
464+
public function test_filter_callback_that_calls_all_does_not_dispatch_filter_again(): void {
465465
$repository = $this->repository;
466466
$reentrant_result = null;
467467
$dispatch_count = 0;

0 commit comments

Comments
 (0)