PhpSpec\Locator\PSR0\PSR0Resource::getSpecClassname PHP 메소드

getSpecClassname() 공개 메소드

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