mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix test
This commit is contained in:
parent
9960134933
commit
5b7eed750f
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class OnboardingUrlTest extends TestCase
|
|||
public function test_delete()
|
||||
{
|
||||
// Expectations
|
||||
$this->cache->shouldReceive('has')->once();
|
||||
$this->cache->shouldReceive('delete')->once();
|
||||
|
||||
$this->onboardingUrl->delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue