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

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

    function it_should_return_an_array_with_the_exact_attributes_when_calling_to_array()
    {
        $this->toArray()->shouldBeEqualTo($this->attributes);
    }
LdapObjectSpec