Make WordPress Core


Ignore:
Timestamp:
08/25/2020 12:57:17 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Clean up some existing @covers tags.

The () at the end is unnecessary and disregarded by PHPUnit, so can be removed.

Props jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/dependencies/scripts.php

    r48466 r48858  
    10461046     *
    10471047     * @ticket 41871
    1048      * @covers ::wp_enqueue_code_editor()
     1048     * @covers ::wp_enqueue_code_editor
    10491049     */
    10501050    public function test_wp_enqueue_code_editor_when_php_file_will_be_passed() {
     
    11331133     *
    11341134     * @ticket 41871
    1135      * @covers ::wp_enqueue_code_editor()
     1135     * @covers ::wp_enqueue_code_editor
    11361136     */
    11371137    public function test_wp_enqueue_code_editor_when_generated_array_by_compact_will_be_passed() {
     
    12161216     *
    12171217     * @ticket 41871
    1218      * @covers ::wp_enqueue_code_editor()
     1218     * @covers ::wp_enqueue_code_editor
    12191219     */
    12201220    public function test_wp_enqueue_code_editor_when_generated_array_by_array_merge_will_be_passed() {
     
    13131313     *
    13141314     * @ticket 41871
    1315      * @covers ::wp_enqueue_code_editor()
     1315     * @covers ::wp_enqueue_code_editor
    13161316     */
    13171317    public function test_wp_enqueue_code_editor_when_simple_array_will_be_passed() {
Note: See TracChangeset for help on using the changeset viewer.