spec\LdapTools\Object\LdapObjectSpec::it_should_properly_check_whether_an_attribute_exists PHP Méthode

it_should_properly_check_whether_an_attribute_exists() public méthode

    function it_should_properly_check_whether_an_attribute_exists()
    {
        $this->has('foo')->shouldBeEqualTo(false);
        $this->has('lastName')->shouldBeEqualTo(true);
    }
LdapObjectSpec