PHPUnit_Extensions_TestDecorator::toString PHP 메소드

toString() 공개 메소드

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