Changeset 1734
- Timestamp:
- 07/22/08 23:12:27 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
labs/incubator/src/test/php/net/stubbles/remote/protocol/easc/mapping/stubEASCByteMappingTestCase.php
r1723 r1734 72 72 * @expectedException stubIllegalArgumentException 73 73 */ 74 public function noByte s()74 public function noByte() 75 75 { 76 76 $this->eascByteMapping->serialize($this->serializer, new stdClass()); … … 78 78 79 79 /** 80 * unserializing a filled array list80 * unserializing a byte 81 81 * 82 82 * @test … … 90 90 91 91 /** 92 * serializing a n empty array list92 * serializing a byte 93 93 * 94 94 * @test
