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 1711c00 commit 6e53983Copy full SHA for 6e53983
tests/phpunit/tests/abilities-api/wpRegisterAbility.php
@@ -262,6 +262,7 @@ public function test_execute_ability_no_output_schema_match(): void {
262
self::$test_ability_args['execute_callback'] = static function (): bool {
263
return true;
264
};
265
+
266
$result = wp_register_ability( self::$test_ability_name, self::$test_ability_args );
267
268
$actual = $result->execute(
0 commit comments