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

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

    function it_should_properly_check_whether_an_attribute_with_a_specific_value_exists()
    {
        $this->has('firstName', 'Foo')->shouldBeEqualTo(false);
        $this->has('lastName', 'Sikorra')->shouldBeEqualTo(true);
    }
LdapObjectSpec