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

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

    function it_should_have_a_string_representation()
    {
        $this->__toString()->shouldBeEqualTo('CN=chad,DC=example,DC=com');
        $this->reset('dn')->__toString()->shouldBeEqualTo('');
    }
LdapObjectSpec