Skip to content

Commit

Permalink
feat(test): add ship testcase and directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 15, 2022
1 parent 6314c4e commit 2541d2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/Ship/Tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace App\Ship\Tests;

use App\Ship\Parents\Tests\PhpUnit\TestCase as ShipTestCase;

class TestCase extends ShipTestCase
{

}

0 comments on commit 2541d2e

Please sign in to comment.