Revert "Add return types to test methods"
This reverts commit 83fb6826ee.
This commit is contained in:
@@ -12,7 +12,7 @@ use Tests\TestCase;
|
||||
|
||||
final class NotificationTest extends TestCase
|
||||
{
|
||||
public function testAUserIsEmailedIfTheyCheckoutAnAssetWithEULA(): void
|
||||
public function testAUserIsEmailedIfTheyCheckoutAnAssetWithEULA()
|
||||
{
|
||||
$admin = User::factory()->superuser()->create();
|
||||
$user = User::factory()->create();
|
||||
|
||||
Reference in New Issue
Block a user