spec\LdapTools\Object\LdapObjectSpec::it_should_refresh_attributes_without_triggering_a_batch_modification PHP 메소드

it_should_refresh_attributes_without_triggering_a_batch_modification() 공개 메소드

    function it_should_refresh_attributes_without_triggering_a_batch_modification()
    {
        $this->refresh(['firstName' => 'Foo'])->getBatchCollection()->toArray()->shouldHaveCount(0);
        $this->getFirstName()->shouldBeEqualTo('Foo');
    }
LdapObjectSpec