ParaTest\Runners\PHPUnit\SuitePath::getExcludedPaths PHP Method

getExcludedPaths() public method

public getExcludedPaths ( ) : string[]
return string[]
    public function getExcludedPaths()
    {
        return $this->excludedPaths;
    }