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

it_does_not_support_anything_else() public method

public it_does_not_support_anything_else ( Filesystem $fs )
$fs PhpSpec\Util\Filesystem
    function it_does_not_support_anything_else(Filesystem $fs)
    {
        $this->beConstructedWith($fs, 'PhpSpec', 'spec', $this->srcPath, $this->specPath);
        $this->supportsClass('Acme\\Any')->shouldReturn(false);
    }
PSR0LocatorSpec