Changeset 284 for trunk/ext/php
- Timestamp:
- 10/18/2007 05:59:50 (13 months ago)
- Files:
-
- 1 modified
-
trunk/ext/php/phpunit-tests/TestLoad.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/php/phpunit-tests/TestLoad.php
r283 r284 151 151 // ArrayObject implements ArrayAccess: OK 152 152 $this->assertEquals(new ArrayObject(), syck_load('!php/array::ArrayObject []')); 153 $this->assertEquals(new ArrayObject(array(1, 2, 3) , syck_load('!php/array::ArrayObject [1, 2, 3]')));153 $this->assertEquals(new ArrayObject(array(1, 2, 3)), syck_load('!php/array::ArrayObject [1, 2, 3]')); 154 154 155 155 // SyckTestSomeClass doesn't implement ArrayAccess: FAILURE