GrumPHPTest\Linter\Yaml\YamlLinterTest::it_should_be_able_to_handle_object_support PHP Method

it_should_be_able_to_handle_object_support() public method

    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);
    }