ParaTest\Runners\PHPUnit\Configuration::__toString PHP Method

__toString() public method

Converting the configuration to a string returns the configuration path
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->path;
    }