__toString() public method

public __toString ( ) : string
return string
Ejemplo n.º 1
0
 public function testReadAccessorsReturnPropertiesValues()
 {
     $call = new NoMethodCall();
     $this->assertEquals('none', $call->__toString());
 }