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

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

    function it_should_properly_check_for_an_attribute_with_a_value_even_when_the_attribute_doesnt_exist()
    {
        $this->hasFoo()->shouldBeEqualTo(false);
        $this->hasFoo('bar')->shouldBeEqualTo(false);
    }
LdapObjectSpec