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
5d885809f7
commit
4e9ee38c46
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ class ChangeCartEndpointTest extends TestCase
|
|||
$requestData = Mockery::mock(RequestData::class);
|
||||
$requestData
|
||||
->expects('read_request')
|
||||
->times(2)
|
||||
->with(ChangeCartEndpoint::nonce())
|
||||
->andReturn($data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue