Commit 545dde78 authored by unknown's avatar unknown

Added data to tests

parent 2a15978e
...@@ -190,8 +190,8 @@ class RelationsTest extends PHPUnit_Framework_TestCase { ...@@ -190,8 +190,8 @@ class RelationsTest extends PHPUnit_Framework_TestCase {
); );
$moreClients = array( $moreClients = array(
Client::create(array('name' => 'Boloni Ltd.'))->_id, Client::create(array('name' => 'synced Boloni Ltd.'))->_id,
Client::create(array('name' => 'Meatballs Inc.'))->_id Client::create(array('name' => 'synced Meatballs Inc.'))->_id
); );
// Sync multiple records // Sync multiple records
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment