Changeset 38762 for trunk/tests/phpunit/tests/meta.php
- Timestamp:
- 10/09/2016 01:11:14 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/meta.php
r38699 r38762 162 162 163 163 function test_metadata_slashes() { 164 $key = rand_str();164 $key = __FUNCTION__; 165 165 $value = 'Test\\singleslash'; 166 166 $expected = 'Testsingleslash';
Note: See TracChangeset
for help on using the changeset viewer.