@@ -1125,15 +1125,13 @@ Feature: WP-CLI Commands
11251125 sub-command
11261126 """
11271127
1128- # TODO: Throwing deprecations with PHP 8.1+ and WP < 5.9
1129- When I try `wp test-command sub-command`
1128+ When I run `wp test-command sub-command`
11301129 Then STDOUT should contain:
11311130 """
11321131 Success: test-command sub-command
11331132 """
11341133
1135- # TODO: Throwing deprecations with PHP 8.1+ and WP < 5.9
1136- When I try `wp unknown-parent child-command`
1134+ When I run `wp unknown-parent child-command`
11371135 Then STDOUT should contain:
11381136 """
11391137 Success: unknown-parent child-command
@@ -1174,15 +1172,13 @@ Feature: WP-CLI Commands
11741172 sub-command
11751173 """
11761174
1177- # TODO: Throwing deprecations with PHP 8.1+ and WP < 5.9
1178- When I try `wp test-command sub-command`
1175+ When I run `wp test-command sub-command`
11791176 Then STDOUT should contain:
11801177 """
11811178 Success: test-command sub-command
11821179 """
11831180
1184- # TODO: Throwing deprecations with PHP 8.1+ and WP < 5.9
1185- When I try `wp unknown-parent child-command`
1181+ When I run `wp unknown-parent child-command`
11861182 Then STDOUT should contain:
11871183 """
11881184 Success: unknown-parent child-command
@@ -1225,15 +1221,13 @@ Feature: WP-CLI Commands
12251221 sub-command
12261222 """
12271223
1228- # TODO: Throwing deprecations with PHP 8.1+ and WP < 5.9
1229- When I try `wp test-command sub-command`
1224+ When I run `wp test-command sub-command`
12301225 Then STDOUT should contain:
12311226 """
12321227 Success: test-command sub-command
12331228 """
12341229
1235- # TODO: Throwing deprecations with PHP 8.1+ and WP < 5.9
1236- When I try `wp unknown-parent child-command`
1230+ When I run `wp unknown-parent child-command`
12371231 Then STDOUT should contain:
12381232 """
12391233 Success: unknown-parent child-command
0 commit comments