getResult() public method

public getResult ( ) : mixed
return mixed
Example #1
0
 public function testGetResult()
 {
     $result = 'rojo16';
     $tstamp = 16;
     $value = new Value($result, $tstamp);
     $this->assertEquals($result, $value->getResult());
 }