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

it_supports_file_queries_in_srcPath() public method

public it_supports_file_queries_in_srcPath ( Filesystem $fs )
$fs PhpSpec\Util\Filesystem
    function it_supports_file_queries_in_srcPath(Filesystem $fs)
    {
        $this->beConstructedWith($fs, 'PhpSpec', 'spec', $this->srcPath, $this->specPath);
        $this->supportsQuery(realpath($this->srcPath . '/PhpSpec/Locator/PSR0/PSR0Locator.php'))->shouldReturn(true);
    }
PSR0LocatorSpec