Changeset 51623 for trunk/tests/phpunit/tests/formatting/escJs.php
- Timestamp:
- 08/16/2021 09:33:54 PM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/escJs.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ JSEscapeextends WP_UnitTestCase {6 class Tests_Formatting_EscJs extends WP_UnitTestCase { 7 7 function test_js_escape_simple() { 8 8 $out = esc_js( 'foo bar baz();' );
Note: See TracChangeset
for help on using the changeset viewer.