spec\LdapTools\Object\LdapObjectSpec::it_should_check_for_an_attribute_with_a_value_if_specified_in_the_magical_has PHP Метод

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

    function it_should_check_for_an_attribute_with_a_value_if_specified_in_the_magical_has()
    {
        $this->hasFirstName('Chad')->shouldBeEqualTo(true);
        $this->hasFirstName('foo')->shouldBeEqualTo(false);
    }
LdapObjectSpec