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

it_does_not_support_any_other_queries() public method

public it_does_not_support_any_other_queries ( Filesystem $fs )
$fs PhpSpec\Util\Filesystem
    function it_does_not_support_any_other_queries(Filesystem $fs)
    {
        $this->beConstructedWith($fs, 'PhpSpec', 'spec', $this->srcPath, $this->specPath);
        $this->supportsQuery('/')->shouldReturn(false);
    }
PSR0LocatorSpec