Skip to content

Commit 64b312d

Browse files
committed
Fix ticket annotations for tests.
1 parent 82a197e commit 64b312d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/phpunit/tests/ai-client/wpAiClientAbilityFunctionResolver.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ public function test_execute_abilities_with_parameters() {
704704
/**
705705
* Test execute_ability rejects ability not in allowed list.
706706
*
707-
* @ticket 64591
707+
* @ticket 64769
708708
*/
709709
public function test_execute_ability_rejects_ability_not_in_allowed_list() {
710710
$resolver = new WP_AI_Client_Ability_Function_Resolver( 'wpaiclienttests/simple' );
@@ -728,7 +728,7 @@ public function test_execute_ability_rejects_ability_not_in_allowed_list() {
728728
/**
729729
* Test execute_ability rejects all abilities when constructed with no abilities.
730730
*
731-
* @ticket 64591
731+
* @ticket 64769
732732
*/
733733
public function test_execute_ability_rejects_all_when_no_abilities_specified() {
734734
$resolver = new WP_AI_Client_Ability_Function_Resolver();
@@ -750,7 +750,7 @@ public function test_execute_ability_rejects_all_when_no_abilities_specified() {
750750
/**
751751
* Test execute_abilities filters by allowed list.
752752
*
753-
* @ticket 64591
753+
* @ticket 64769
754754
*/
755755
public function test_execute_abilities_filters_by_allowed_list() {
756756
$resolver = new WP_AI_Client_Ability_Function_Resolver( 'wpaiclienttests/simple' );
@@ -790,7 +790,7 @@ public function test_execute_abilities_filters_by_allowed_list() {
790790
/**
791791
* Test constructor accepts WP_Ability objects.
792792
*
793-
* @ticket 64591
793+
* @ticket 64769
794794
*/
795795
public function test_constructor_accepts_wp_ability_objects() {
796796
$ability = wp_get_ability( 'wpaiclienttests/simple' );
@@ -811,7 +811,7 @@ public function test_constructor_accepts_wp_ability_objects() {
811811
/**
812812
* Test constructor accepts mixed WP_Ability objects and strings.
813813
*
814-
* @ticket 64591
814+
* @ticket 64769
815815
*/
816816
public function test_constructor_accepts_mixed_ability_types() {
817817
$ability = wp_get_ability( 'wpaiclienttests/simple' );

0 commit comments

Comments
 (0)