Make WordPress Core


Ignore:
Timestamp:
06/29/2023 06:47:43 AM (18 months ago)
Author:
isabel_brison
Message:

REST API: updates test annotations for global styles revisions

Adds @covers annotations to tests and fixes incorrect spacing.

Props ramonopoly, mukesh27.
See #58524.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-global-styles-revisions-controller.php

    r56082 r56105  
    6666     */
    6767    private $revision_3_id;
    68 
    6968
    7069    /**
     
    226225    }
    227226
    228 
    229     /**
     227    /**
     228     * @ticket 58524
     229     *
    230230     * @covers WP_REST_Global_Styles_Controller::register_routes
    231      *
    232      * @ticket 58524
    233231     */
    234232    public function test_register_routes() {
     
    242240
    243241    /**
    244      * @covers WP_REST_Global_Styles_Controller::get_items
    245      *
    246      * @ticket 58524
     242     * @ticket 58524
     243     *
     244     * @covers WP_REST_Global_Styles_Controller::get_items
    247245     */
    248246    public function test_get_items_missing_parent() {
     
    282280
    283281    /**
    284      * @covers WP_REST_Global_Styles_Controller::get_items
    285      *
    286      * @ticket 58524
     282     * @ticket 58524
     283     *
     284     * @covers WP_REST_Global_Styles_Controller::get_items
    287285     */
    288286    public function test_get_items() {
     
    308306
    309307    /**
    310      * @covers WP_REST_Global_Styles_Controller::get_items
    311      *
    312      * @ticket 58524
     308     * @ticket 58524
     309     *
     310     * @covers WP_REST_Global_Styles_Controller::get_items
    313311     */
    314312    public function test_get_items_eligible_roles() {
     
    340338
    341339    /**
     340     * @ticket 58524
     341     *
    342342     * @covers WP_REST_Global_Styles_Controller::get_items with context arg.
    343      *
    344      * @ticket 58524
    345343     */
    346344    public function test_get_item_embed_context() {
     
    361359
    362360    /**
     361     * @ticket 58524
     362     *
    363363     * @covers WP_REST_Global_Styles_Controller::get_item_schema
    364      *
    365      * @ticket 58524
    366364     */
    367365    public function test_get_item_schema() {
     
    384382
    385383    /**
     384     * @ticket 58524
     385     *
    386386     * @covers WP_REST_Global_Styles_Controller::get_item_permissions_check
    387      *
    388      * @ticket 58524
    389387     */
    390388    public function test_get_item_permissions_check() {
     
    402400     *
    403401     * @ticket 58524
     402     *
     403     * @covers WP_REST_Global_Styles_Controller::get_items
    404404     */
    405405    public function test_get_items_pagination_header_of_the_first_page() {
     
    439439     *
    440440     * @ticket 58524
     441     *
     442     * @covers WP_REST_Global_Styles_Controller::get_items
    441443     */
    442444    public function test_get_items_pagination_header_of_the_last_page() {
     
    475477     *
    476478     * @ticket 58524
     479     *
     480     * @covers WP_REST_Global_Styles_Controller::get_items
    477481     */
    478482    public function test_get_items_invalid_per_page_should_error() {
     
    495499     *
    496500     * @ticket 58524
     501     *
     502     * @covers WP_REST_Global_Styles_Controller::get_items
    497503     */
    498504    public function test_get_items_out_of_bounds_page_should_error() {
     
    522528     *
    523529     * @ticket 58524
     530     *
     531     * @covers WP_REST_Global_Styles_Controller::get_items
    524532     */
    525533    public function test_get_items_invalid_max_pages_should_error() {
     
    548556     *
    549557     * @ticket 58524
     558     *
     559     * @covers WP_REST_Global_Styles_Controller::get_items
    550560     */
    551561    public function test_get_items_default_query_should_fetch_all_revisons() {
     
    559569    }
    560570
    561 
    562571    /**
    563572     * Tests that 'offset' query shouldn't work without 'per_page' (fallback -1).
     
    566575     *
    567576     * @ticket 58524
     577     *
     578     * @covers WP_REST_Global_Styles_Controller::get_items
    568579     */
    569580    public function test_get_items_offset_should_not_work_without_per_page() {
     
    585596     *
    586597     * @ticket 58524
     598     *
     599     * @covers WP_REST_Global_Styles_Controller::get_items
    587600     */
    588601    public function test_get_items_offset_should_work_with_per_page() {
     
    610623     *
    611624     * @ticket 58524
     625     *
     626     * @covers WP_REST_Global_Styles_Controller::get_items
    612627     */
    613628    public function test_get_items_offset_should_take_priority_over_page() {
     
    637652     *
    638653     * @ticket 58524
     654     *
     655     * @covers WP_REST_Global_Styles_Controller::get_items
    639656     */
    640657    public function test_get_items_total_revisions_offset_should_return_empty_data() {
     
    663680     *
    664681     * @ticket 58524
     682     *
     683     * @covers WP_REST_Global_Styles_Controller::get_items
    665684     */
    666685    public function test_get_items_out_of_bound_offset_should_error() {
     
    689708     *
    690709     * @ticket 58524
     710     *
     711     * @covers WP_REST_Global_Styles_Controller::get_items
    691712     */
    692713    public function test_get_items_impossible_high_number_offset_should_error() {
     
    715736     *
    716737     * @ticket 58524
     738     *
     739     * @covers WP_REST_Global_Styles_Controller::get_items
    717740     */
    718741    public function test_get_items_invalid_offset_should_error() {
     
    742765     *
    743766     * @ticket 58524
     767     *
     768     * @covers WP_REST_Global_Styles_Controller::get_items
    744769     */
    745770    public function test_get_items_out_of_bounds_page_should_not_error_if_offset() {
Note: See TracChangeset for help on using the changeset viewer.