From 5775a0b8ed8776404074f3948c594aa6718fff77 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Thu, 19 Dec 2024 17:07:28 +0100 Subject: [PATCH] chore: fix some testing setup issues --- composer.json | 6 ++++-- tests/integration/ExtensionDepsTrait.php | 2 +- tests/integration/TagsDefinitionTrait.php | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4563316..f684100 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/tests/integration/ExtensionDepsTrait.php b/tests/integration/ExtensionDepsTrait.php index 404f95b..e7e4320 100644 --- a/tests/integration/ExtensionDepsTrait.php +++ b/tests/integration/ExtensionDepsTrait.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace FoF\FollowTags\tests\integration; +namespace FoF\FollowTags\Tests\integration; trait ExtensionDepsTrait { diff --git a/tests/integration/TagsDefinitionTrait.php b/tests/integration/TagsDefinitionTrait.php index 024ea31..007e9fb 100644 --- a/tests/integration/TagsDefinitionTrait.php +++ b/tests/integration/TagsDefinitionTrait.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace FoF\FollowTags\tests\integration; +namespace FoF\FollowTags\Tests\integration; trait TagsDefinitionTrait {