fix for data provider
This commit is contained in:
parent
bf9a552c11
commit
c02c1ff032
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ class CustomerBuilderTest extends TestCase
|
|||
}
|
||||
|
||||
/**
|
||||
* @return \Intaro\RetailCrm\Model\Bitrix\User[]
|
||||
* @return \Intaro\RetailCrm\Model\Bitrix\User[][]
|
||||
*/
|
||||
public function userData()
|
||||
{
|
||||
|
@ -59,6 +59,6 @@ class CustomerBuilderTest extends TestCase
|
|||
$entity->setPersonalStreet('street');
|
||||
$entity->setPersonalZip('344000');
|
||||
|
||||
return [$entity];
|
||||
return [[$entity]];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue