spec\LdapTools\Operation\QueryOperationSpec::it_should_support_being_constructed_with_a_filter_and_attributes PHP Метод

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

    function it_should_support_being_constructed_with_a_filter_and_attributes()
    {
        $this->beConstructedWith('foo', ['bar']);
        $this->getFilter()->shouldBeEqualTo('foo');
        $this->getAttributes()->shouldBeEqualTo(['bar']);
    }