Make WordPress Core


Ignore:
Timestamp:
02/01/2018 04:08:04 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Tests: Correct erroneous @covers and @use tags.

Props jipmoors.
Fixes #43203.

File:
1 edited

Legend:

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

    r42343 r42636  
    736736     *
    737737     * @ticket 41871
    738      * @covers wp_enqueue_code_editor()
     738     * @covers ::wp_enqueue_code_editor()
    739739     */
    740740    public function test_wp_enqueue_code_editor_when_php_file_will_be_passed() {
     
    823823     *
    824824     * @ticket 41871
    825      * @covers wp_enqueue_code_editor()
     825     * @covers ::wp_enqueue_code_editor()
    826826     */
    827827    public function test_wp_enqueue_code_editor_when_generated_array_by_compact_will_be_passed() {
     
    905905     *
    906906     * @ticket 41871
    907      * @covers wp_enqueue_code_editor()
     907     * @covers ::wp_enqueue_code_editor()
    908908     */
    909909    public function test_wp_enqueue_code_editor_when_generated_array_by_array_merge_will_be_passed() {
     
    10021002     *
    10031003     * @ticket 41871
    1004      * @covers wp_enqueue_code_editor()
     1004     * @covers ::wp_enqueue_code_editor()
    10051005     */
    10061006    public function test_wp_enqueue_code_editor_when_simple_array_will_be_passed() {
Note: See TracChangeset for help on using the changeset viewer.