Changeset 25240 for trunk/tests/phpunit/tests/basic.php
- Timestamp:
- 09/04/2013 07:06:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/basic.php
r25002 r25240 89 89 $this->assertEquals($expected, mask_input_value($in)); 90 90 } 91 92 function test_setting_nonexistent_arrays() { 93 $page = 1; 94 $field = 'settings'; 95 96 error_reporting( -1 ); 97 98 $empty_array[$page][$field] = 'foo'; 99 100 unset( $empty_array[$page]['bar']['baz'] ); 101 } 91 102 }
Note: See TracChangeset
for help on using the changeset viewer.