Attempted fix for php 5.3

This commit is contained in:
Tim Nagel 2015-03-10 21:49:26 +11:00
parent c5185a0307
commit 72a981ab51

View file

@ -280,7 +280,7 @@ class ModelToElasticaAutoTransformerTest extends \PHPUnit_Framework_TestCase
$document = $transformer->transform(new POPO(), array(
'sub' => array(
'type' => 'nested',
'properties' => array('foo' => '~')
'properties' => array('foo' => array())
)
));
$data = $document->getData();