Skip to content

Commit

Permalink
feat: add test helper methods via trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jun 4, 2023
1 parent eb0b74f commit c14d072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Abstracts/Tests/PhpUnit/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Apiato\Core\Traits\HashIdTrait;
use Apiato\Core\Traits\TestCaseTrait;
use Apiato\Core\Traits\TestsTraits\PhpUnit\TestAssertionHelperTrait;
use Apiato\Core\Traits\TestsTraits\PhpUnit\TestAuthHelperTrait;
use Apiato\Core\Traits\TestsTraits\PhpUnit\TestRequestHelperTrait;
use Illuminate\Contracts\Console\Kernel;
Expand All @@ -16,6 +17,7 @@ abstract class TestCase extends LaravelTestCase
use TestCaseTrait;
use TestAuthHelperTrait;
use TestRequestHelperTrait;
use TestAssertionHelperTrait;
use HashIdTrait;
use LazilyRefreshDatabase;

Expand Down

0 comments on commit c14d072

Please sign in to comment.