We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
,
1 parent d5bcfb6 commit b34a566Copy full SHA for b34a566
tests/phpunit/tests/abilities-api/wpRegisterAbility.php
@@ -220,7 +220,7 @@ public function test_execute_ability_no_output_schema_match(): void {
220
);
221
$this->assertWPError(
222
$actual,
223
- 'Execution should fail due to output not matching schema.',
+ 'Execution should fail due to output not matching schema.'
224
225
$this->assertSame( 'ability_invalid_output', $actual->get_error_code() );
226
$this->assertSame(
0 commit comments