GrumPHPTest\Linter\Yaml\YamlLinterTest::it_should_be_able_to_handle_object_support PHP Метод

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

    function it_should_be_able_to_handle_object_support()
    {
        $this->linter->setObjectSupport(true);
        $fixture = YamlLinter::supportsFlags() ? 'object-support.yml' : 'object-support-old.yml';
        $this->validateFixture($fixture, 0);
    }