Skip to content

Commit

Permalink
chore: fix some testing setup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Dec 19, 2024
1 parent c40cde7 commit 5775a0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@
"flarum/phpstan": "*",
"flarum/mentions": "*",
"flarum/gdpr": "dev-main",
"flarum/testing": "^1.0.0"
"flarum/testing": "^1.0.0",
"flarum/tags":"*",
"fof/extend": "*"
},
"autoload-dev": {
"psr-4": {
"FoF\\FollowTags\\": "tests/"
"FoF\\FollowTags\\Tests\\": "tests/"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/ExtensionDepsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace FoF\FollowTags\tests\integration;
namespace FoF\FollowTags\Tests\integration;

trait ExtensionDepsTrait
{
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/TagsDefinitionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace FoF\FollowTags\tests\integration;
namespace FoF\FollowTags\Tests\integration;

trait TagsDefinitionTrait
{
Expand Down

0 comments on commit 5775a0b

Please sign in to comment.