Skip to content

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Nov 15, 2023
1 parent afd4853 commit 71d031d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Integration/DataTransferObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Mockery;
use OpenSoutheners\LaravelDto\Tests\Fixtures\CreatePostData;
use OpenSoutheners\LaravelDto\Tests\Fixtures\Post;
use OpenSoutheners\LaravelDto\Tests\Fixtures\PostFactory;
use OpenSoutheners\LaravelDto\Tests\Fixtures\PostStatus;
use OpenSoutheners\LaravelDto\Tests\Fixtures\UpdatePostData;
use OpenSoutheners\LaravelDto\Tests\Fixtures\UpdatePostWithDefaultData;
Expand Down Expand Up @@ -141,7 +140,7 @@ public function testDataTransferObjectWithDefaultValueAttribute()
]);

$this->actingAs($user);

$fooBarPost = Post::factory()->create([
'title' => 'Foo bar',
'slug' => 'foo-bar',
Expand Down Expand Up @@ -172,7 +171,7 @@ public function testDataTransferObjectWithDefaultValueAttributeGetsBoundWhenOneI
]);

$this->actingAs($user);

$fooBarPost = Post::factory()->create([
'title' => 'Foo bar',
'slug' => 'foo-bar',
Expand Down

0 comments on commit 71d031d

Please sign in to comment.