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

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

public it_stores_srcNamespace_it_was_constructed_with ( Filesystem $fs )
$fs PhpSpec\Util\Filesystem
    function it_stores_srcNamespace_it_was_constructed_with(Filesystem $fs)
    {
        $this->beConstructedWith($fs, 'Some\\Namespace', 'spec', dirname(__DIR__), __DIR__);
        $this->getSrcNamespace()->shouldReturn('Some\\Namespace\\');
    }
PSR0LocatorSpec