Skip to content

Commit e7ced9a

Browse files
committed
refactor: code
refs: #49
1 parent f5b027d commit e7ced9a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/RequestGeneratorTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace RonasIT\Support\Tests;
44

5-
use Illuminate\Support\Facades\Event;
65
use RonasIT\Support\Events\SuccessCreateMessage;
76
use RonasIT\Support\Events\WarningEvent;
87
use RonasIT\Support\Generators\RequestsGenerator;
@@ -12,13 +11,6 @@ class RequestGeneratorTest extends TestCase
1211
{
1312
use RequestMockTrait;
1413

15-
public function setUp(): void
16-
{
17-
parent::setUp();
18-
19-
Event::fake();
20-
}
21-
2214
public function testCreateRequests()
2315
{
2416
app(RequestsGenerator::class)

0 commit comments

Comments
 (0)