Make WordPress Core


Ignore:
Timestamp:
03/03/2023 02:42:42 PM (20 months ago)
Author:
SergeyBiryukov
Message:

Tests: Second pass at merging file-level and class-level DocBlocks in various unit test files.

Per thedocumentation standards, whenever possible, all WordPress files should contain a header DocBlock, regardless of the file’s contents – this includes files containing classes.

However, this recommendation makes less sense for unit test classes if not applied consistently, and the duplicate tags cause some confusion.

This commit aims to reduce confusion and avoid repeating information by combining the DocBlocks.

Follow-up to [55337].

Props sakibmd, fuadragib, robinwpdeveloper, naeemhaque, seakashdiu, jakariaistauk, hasanmisbah, SergeyBiryukov.
Fixes #57723.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/wpRestTemplatesController.php

    r55362 r55457  
    11<?php
    22/**
    3  * Unit tests covering the templates endpoint..
     3 * Unit tests covering WP_REST_Templates_Controller functionality.
    44 *
    55 * @package WordPress
    66 * @subpackage REST API
    7  */
    8 
    9 /**
    10  * Tests for REST API for templates.
    117 *
    128 * @covers WP_REST_Templates_Controller
Note: See TracChangeset for help on using the changeset viewer.