Skip to content

Commit

Permalink
Remove MockTestTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Oct 25, 2023
1 parent 2cc45df commit e2ab4a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Traits/AppTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
use Selective\TestTrait\Traits\ContainerTestTrait;
use Selective\TestTrait\Traits\HttpJsonTestTrait;
use Selective\TestTrait\Traits\HttpTestTrait;
use Selective\TestTrait\Traits\MockTestTrait;
use Slim\App;

/**
* App Test Trait.
*/
trait AppTestTrait
{
use ArrayTestTrait;
use ContainerTestTrait;
use HttpTestTrait;
use HttpJsonTestTrait;
use MockTestTrait;

protected App $app;

Expand Down

0 comments on commit e2ab4a3

Please sign in to comment.