Changeset 1811
- Timestamp:
- 09/01/08 22:48:56 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
labs/incubator/src/test/php/net/stubbles/remote/protocol/easc/mapping/stubEASCExceptionMappingTestCase.php
r1803 r1811 49 49 50 50 /** 51 * token for this mapping is always " B"52 * 53 * @test 54 */ 55 public function tokenIsAlways B()51 * token for this mapping is always "e" 52 * 53 * @test 54 */ 55 public function tokenIsAlwayse() 56 56 { 57 57 $this->assertEquals('e', $this->eascExceptionMapping->getToken()); labs/incubator/src/test/php/net/stubbles/remote/protocol/easc/mapping/stubEASCIntegerMappingTestCase.php
r1805 r1811 45 45 46 46 /** 47 * token for this mapping is always " S"47 * token for this mapping is always "i" 48 48 * 49 49 * @test 50 50 */ 51 public function tokenIsAlways S()51 public function tokenIsAlwaysi() 52 52 { 53 53 $this->assertEquals('i', $this->eascIntegerMapping->getToken());
