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

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

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