Fix tests

This commit is contained in:
Pedro Silva 2023-08-01 08:55:14 +01:00
parent 39a4da6d52
commit f1bc00e3b9
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -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(