spec\PhpSpec\Locator\PSR0\PSR0LocatorSpec::it_supports_classes_from_srcNamespace PHP Method

it_supports_classes_from_srcNamespace() public method

public it_supports_classes_from_srcNamespace ( Filesystem $fs )
$fs PhpSpec\Util\Filesystem
    function it_supports_classes_from_srcNamespace(Filesystem $fs)
    {
        $this->beConstructedWith($fs, 'PhpSpec', 'spec', $this->srcPath, $this->specPath);
        $this->supportsClass('PhpSpec\\ServiceContainer')->shouldReturn(true);
    }
PSR0LocatorSpec