mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix tests
This commit is contained in:
parent
39a4da6d52
commit
f1bc00e3b9
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class OnboardingUrlTest extends TestCase
|
|||
// Expectations
|
||||
$this->cache->shouldReceive('has')->once()->andReturn(true);
|
||||
$this->cache->shouldReceive('get')->once()->andReturn($cacheData);
|
||||
$this->cache->shouldReceive('set')->once();
|
||||
$this->cache->shouldReceive('delete')->once();
|
||||
|
||||
$this->assertTrue(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue