Artesaos\Defender\Testing\AbstractTestCase::resourcePath PHP Method

resourcePath() public method

Get the resources path.
public resourcePath ( string $path = null ) : string
$path string
return string
    public function resourcePath($path = null)
    {
        return $this->srcPath('resources') . $this->parseSubPath($path);
    }