Changeset 49003 for trunk/tests/phpunit/tests/option/slashes.php
- Timestamp:
- 09/19/2020 10:34:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/slashes.php
r48937 r49003 7 7 */ 8 8 class Tests_Option_Slashes extends WP_UnitTestCase { 9 9 10 function setUp() { 10 11 parent::setUp(); 12 11 13 // It is important to test with both even and odd numbered slashes, 12 14 // as KSES does a strip-then-add slashes in some of its function calls.
Note: See TracChangeset
for help on using the changeset viewer.