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

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

    function it_should_add_attributes_that_dont_exist_when_refreshing()
    {
        $this->refresh(['foo' => 'bar']);
        $this->getFoo()->shouldBeEqualTo('bar');
    }
LdapObjectSpec