PHPUnit_Extensions_TestDecorator::toString PHP Method

toString() public method

Returns a string representation of the test.
public toString ( ) : string
return string
    public function toString()
    {
        return $this->test->toString();
    }