PhpSpec\Locator\PSR0\PSR0Resource::getSpecClassname PHP Method

getSpecClassname() public method

public getSpecClassname ( ) : string
return string
    public function getSpecClassname()
    {
        return $this->locator->getSpecNamespace() . implode('\\', $this->parts) . 'Spec';
    }