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

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

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