Changeset 47122 for trunk/tests/phpunit/tests/post/filtering.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/filtering.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/filtering.php
r46586 r47122 1 1 <?php 2 2 3 // save and fetch posts to make sure content is properly filtered.4 // these tests don't care what code is responsible for filtering or how it is called, just that it happens when a post is saved.5 6 3 /** 4 * Save and fetch posts to make sure content is properly filtered. 5 * 6 * These tests don't care what code is responsible for filtering 7 * or how it is called, just that it happens when a post is saved. 8 * 7 9 * @group post 8 10 * @group formatting … … 21 23 } 22 24 23 // a simple test to make sure unclosed tags are fixed25 // A simple test to make sure unclosed tags are fixed. 24 26 function test_post_content_unknown_tag() { 25 27 … … 38 40 } 39 41 40 // a simple test to make sure unbalanced tags are fixed42 // A simple test to make sure unbalanced tags are fixed. 41 43 function test_post_content_unbalanced_tag() { 42 44 … … 55 57 } 56 58 57 // test kses filtering of disallowed attribute59 // Test KSES filtering of disallowed attribute. 58 60 function test_post_content_disallowed_attr() { 59 61 … … 92 94 } 93 95 94 // make sure unbalanced tags are untouched when the balance option is off96 // Make sure unbalanced tags are untouched when the balance option is off. 95 97 function test_post_content_nobalance_nextpage_more() { 96 98
Note: See TracChangeset
for help on using the changeset viewer.