mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
Added trial and blocking to billing contract, fixed bug in running time tracker command
This commit is contained in:
committed by
Constantin Graf
parent
7c593f8f87
commit
5b7df869ad
@@ -36,7 +36,9 @@ class EmailVerificationTest extends TestCase
|
||||
$this->markTestSkipped('Email verification not enabled.');
|
||||
}
|
||||
|
||||
Event::fake();
|
||||
Event::fake([
|
||||
Verified::class,
|
||||
]);
|
||||
|
||||
$user = User::factory()->unverified()->create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user