Make WordPress Core

Changeset 35505


Ignore:
Timestamp:
11/04/2015 04:35:02 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Add missing @group to Tests_Rel_No_Follow.

See #9959.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/WPRelNoFollow.php

    r34277 r35505  
    11<?php
     2
    23/**
    3  * @ticket 9959
     4 * @group formatting
    45 */
    56class Tests_Rel_No_Follow extends WP_UnitTestCase {
    67
     8    /**
     9     * @ticket 9959
     10     */
    711    public function test_add_no_follow() {
    812        $content = '<p>This is some cool <a href="/">Code</a></p>';
     
    1115    }
    1216
     17    /**
     18     * @ticket 9959
     19     */
    1320    public function test_convert_no_follow() {
    1421        $content = '<p>This is some cool <a href="/" rel="weird">Code</a></p>';
Note: See TracChangeset for help on using the changeset viewer.