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

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

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