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

it_supports_any_class_if_srcNamespace_is_empty() public method

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