spec\PhpSpec\Locator\PSR0\PSR0LocatorSpec::it_generates_fullSpecPath_from_specPath_plus_namespace_cutting_psr4_prefix PHP Метод

it_generates_fullSpecPath_from_specPath_plus_namespace_cutting_psr4_prefix() публичный Метод

public it_generates_fullSpecPath_from_specPath_plus_namespace_cutting_psr4_prefix ( Filesystem $fs )
$fs PhpSpec\Util\Filesystem
    function it_generates_fullSpecPath_from_specPath_plus_namespace_cutting_psr4_prefix(Filesystem $fs)
    {
        $this->beConstructedWith($fs, 'p\\pf\\C\\N', 'spec', dirname(__DIR__), __DIR__, 'p\\pf');
        $this->getFullSpecPath()->shouldReturn(__DIR__ . DIRECTORY_SEPARATOR . 'spec' . DIRECTORY_SEPARATOR . 'C' . DIRECTORY_SEPARATOR . 'N' . DIRECTORY_SEPARATOR);
    }
PSR0LocatorSpec