Changeset 35505
- Timestamp:
- 11/04/2015 04:35:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/WPRelNoFollow.php
r34277 r35505 1 1 <?php 2 2 3 /** 3 * @ ticket 99594 * @group formatting 4 5 */ 5 6 class Tests_Rel_No_Follow extends WP_UnitTestCase { 6 7 8 /** 9 * @ticket 9959 10 */ 7 11 public function test_add_no_follow() { 8 12 $content = '<p>This is some cool <a href="/">Code</a></p>'; … … 11 15 } 12 16 17 /** 18 * @ticket 9959 19 */ 13 20 public function test_convert_no_follow() { 14 21 $content = '<p>This is some cool <a href="/" rel="weird">Code</a></p>';
Note: See TracChangeset
for help on using the changeset viewer.