Fix test
This commit is contained in:
parent
f08efd9170
commit
dac422ef97
1 changed files with 2 additions and 1 deletions
|
@ -177,13 +177,14 @@ class kolab_storage_folder_test extends PHPUnit_Framework_TestCase
|
|||
$this->markTestSkipped('No Kolab support');
|
||||
}
|
||||
|
||||
$contacts = array(
|
||||
$contact = array(
|
||||
'name' => 'FN',
|
||||
'surname' => 'Last',
|
||||
'firstname' => 'First',
|
||||
'email' => array(
|
||||
array('type' => 'home', 'address' => 'first.last@example.org'),
|
||||
),
|
||||
'organization' => 'Company A.G.'
|
||||
);
|
||||
|
||||
$folder = new kolab_storage_folder('Contacts', 'contact');
|
||||
|
|
Loading…
Add table
Reference in a new issue