spec\LdapTools\Object\LdapObjectSpec::it_should_return_an_array_with_the_exact_attributes_when_calling_to_array PHP Method

it_should_return_an_array_with_the_exact_attributes_when_calling_to_array() public method

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