This commit is contained in:
Pedro Silva 2023-09-05 11:53:23 +01:00
parent 9960134933
commit 5b7eed750f
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

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