mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpunit
This commit is contained in:
parent
87dd2c1bfc
commit
8fafff915d
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ class OrderTest extends TestCase
|
|||
'create_time' => $createTime->format($this->dateFormat),
|
||||
'update_time' => $updateTime->format($this->dateFormat),
|
||||
'payer' => ['payer'],
|
||||
'application_context' => ['applicationContext'],
|
||||
'payment_source' => $paymentSource
|
||||
'application_context' => ['applicationContext']
|
||||
];
|
||||
$this->assertEquals($expected, $testee->to_array());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue