Horde_Kolab_Server_Integration_Scenario::assertEasyAttributes PHP Méthode

assertEasyAttributes() public méthode

Test easy attributes.
public assertEasyAttributes ( Horde_Kolab_Server_Object $object, Horde_Kolab_Server $server, array $list ) : null
$object Horde_Kolab_Server_Object
$server Horde_Kolab_Server
$list array
Résultat null
    public function assertEasyAttributes(Horde_Kolab_Server_Object $object, Horde_Kolab_Server $server, array $list)
    {
        foreach ($list as $key => $items) {
            $this->assertSimpleSequence($object, $server, $key, $items, true);
        }
    }