|
|
|
@ -2,14 +2,14 @@ |
|
|
|
|
|
|
|
namespace Tests\Unit\Models; |
|
|
|
|
|
|
|
use App\Entities\Partners\Customer; |
|
|
|
use App\Entities\Payments\Payment; |
|
|
|
use Tests\TestCase; |
|
|
|
use App\Entities\Projects\Job; |
|
|
|
use App\Entities\Projects\Project; |
|
|
|
use App\Entities\Projects\Task; |
|
|
|
use App\Entities\Subscriptions\Subscription; |
|
|
|
use App\Entities\Payments\Payment; |
|
|
|
use App\Entities\Projects\Project; |
|
|
|
use Illuminate\Support\Collection; |
|
|
|
use Tests\TestCase; |
|
|
|
use App\Entities\Partners\Customer; |
|
|
|
use App\Entities\Subscriptions\Subscription; |
|
|
|
|
|
|
|
class ProjectTest extends TestCase |
|
|
|
{ |
|
|
|
|