Changeset 60650 for trunk/tests/phpunit/tests/user/slashes.php
- Timestamp:
- 08/19/2025 11:29:12 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/user/slashes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/slashes.php
r56547 r60650 155 155 'display_name' => self::SLASH_7, 156 156 'description' => self::SLASH_3, 157 'user_pass' => ' ',157 'user_pass' => 'password', 158 158 ) 159 159 ); … … 176 176 'display_name' => self::SLASH_2, 177 177 'description' => self::SLASH_4, 178 'user_pass' => ' ',178 'user_pass' => 'password', 179 179 ) 180 180 );
Note: See TracChangeset
for help on using the changeset viewer.