Skip to content

Commit

Permalink
refactor: move tests to feature folder & remove list profile ctns test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthaud-proust committed Mar 21, 2024
1 parent f5e5ea7 commit 76a0528
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 108 deletions.
94 changes: 0 additions & 94 deletions tests/Controller/Profile/ListProfileContentsTest.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Auth;
namespace App\Tests\Feature\Auth;

use App\Tests\Base\AbstractTest;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Auth;
namespace App\Tests\Feature\Auth;

use App\Factory\UserFactory;
use App\Tests\Base\AbstractTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Content;
namespace App\Tests\Feature\Content;

use App\Factory\ContentFactory;
use App\Factory\ProfileFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Profile;
namespace App\Tests\Feature\Content;

use App\Factory\ContentFactory;
use App\Factory\ProfileFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Content;
namespace App\Tests\Feature\Content;

use App\Factory\ContentFactory;
use App\Factory\UserFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Content;
namespace App\Tests\Feature\Content;

use App\Factory\ContentFactory;
use App\Factory\UserFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Content;
namespace App\Tests\Feature\Content;

use App\Factory\ContentFactory;
use App\Factory\UserFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Package;
namespace App\Tests\Feature\Package;

use App\Factory\PackageFactory;
use App\Factory\ProfileFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Package;
namespace App\Tests\Feature\Package;

use App\Factory\PackageFactory;
use App\Factory\ProfileFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Package;
namespace App\Tests\Feature\Package;

use App\Factory\PackageFactory;
use App\Factory\ProfileFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Profile;
namespace App\Tests\Feature\Profile;

use App\Factory\ProfileFactory;
use App\Factory\UserFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Profile;
namespace App\Tests\Feature\Profile;

use App\Factory\ProfileFactory;
use App\Factory\UserFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Profile;
namespace App\Tests\Feature\Profile;

use App\Factory\ProfileFactory;
use App\Factory\UserFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Controller\Profile;
namespace App\Tests\Feature\Profile;

use App\Factory\ProfileFactory;
use App\Factory\UserFactory;
Expand Down

0 comments on commit 76a0528

Please sign in to comment.