Skip to content

Commit

Permalink
refactor: code
Browse files Browse the repository at this point in the history
refs: #49
  • Loading branch information
pirs1337 committed Jan 10, 2025
1 parent ef6f784 commit fc63520
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/ResourceGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace RonasIT\Support\Tests;

use Illuminate\Support\Facades\Event;
use RonasIT\Support\Events\SuccessCreateMessage;
use RonasIT\Support\Events\WarningEvent;
use RonasIT\Support\Exceptions\ClassAlreadyExistsException;
Expand All @@ -13,13 +12,6 @@ class ResourceGeneratorTest extends TestCase
{
use ResourceMockTrait;

public function setUp(): void
{
parent::setUp();

Event::fake();
}

public function testResourceAlreadyExists()
{
$this->mockClass(ResourceGenerator::class, [
Expand Down

0 comments on commit fc63520

Please sign in to comment.