spec\PhpSpec\CodeGenerator\Generator\ReturnConstantGeneratorSpec::it_does_not_support_anything_else PHP Метод

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

public it_does_not_support_anything_else ( PhpSpec\Locator\Resource $resource )
$resource PhpSpec\Locator\Resource
    function it_does_not_support_anything_else(Resource $resource)
    {
        $this->supports($resource, 'anything_else', array())->shouldReturn(false);
    }