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

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

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