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