Changeset 32631 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 05/28/2015 05:22:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r31966 r32631 171 171 foreach ( $not_serialized as $case ) 172 172 $this->assertFalse( is_serialized($case), "Test data: $case" ); 173 } 174 175 /** 176 * @ticket 17375 177 */ 178 function test_no_new_serializable_types() { 179 $this->assertFalse( is_serialized( 'C:16:"Serialized_Class":6:{a:0:{}}' ) ); 173 180 } 174 181
Note: See TracChangeset
for help on using the changeset viewer.