mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix test
This commit is contained in:
@@ -48,7 +48,7 @@ class CreateTest extends \tests\integration\Core\BaseTestCase
|
||||
$entity = $service->create((object) [
|
||||
'name' => 'Test Account',
|
||||
'emailAddress' => 'test@tester.com',
|
||||
'phoneNumber' => '123-456-789',
|
||||
'phoneNumber' => '+14333633333',
|
||||
], CreateParams::create());
|
||||
|
||||
$this->assertInstanceOf('Espo\\ORM\\Entity', $entity);
|
||||
|
||||
Reference in New Issue
Block a user