Changeset 1734

Show
Ignore:
Timestamp:
07/22/08 23:12:27 (2 months ago)
Author:
mikey
Message:

fix typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • labs/incubator/src/test/php/net/stubbles/remote/protocol/easc/mapping/stubEASCByteMappingTestCase.php

    r1723 r1734  
    7272     * @expectedException  stubIllegalArgumentException 
    7373     */ 
    74     public function noBytes() 
     74    public function noByte() 
    7575    { 
    7676        $this->eascByteMapping->serialize($this->serializer, new stdClass()); 
     
    7878 
    7979    /** 
    80      * unserializing a filled array list 
     80     * unserializing a byte 
    8181     * 
    8282     * @test 
     
    9090 
    9191    /** 
    92      * serializing an empty array list 
     92     * serializing a byte 
    9393     * 
    9494     * @test