summaryrefslogtreecommitdiff
path: root/tests/app/Module/InteractiveTree/TreeViewTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/InteractiveTree/TreeViewTest.php')
-rw-r--r--tests/app/Module/InteractiveTree/TreeViewTest.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/app/Module/InteractiveTree/TreeViewTest.php b/tests/app/Module/InteractiveTree/TreeViewTest.php
index 1dbab9a432..ece3b21a9c 100644
--- a/tests/app/Module/InteractiveTree/TreeViewTest.php
+++ b/tests/app/Module/InteractiveTree/TreeViewTest.php
@@ -20,12 +20,10 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Module\InteractiveTree;
use Fisharebest\Webtrees\TestCase;
+use PHPUnit\Framework\Attributes\CoversClass;
-/**
- * Test harness for the class TreeView
- *
- * @covers \Fisharebest\Webtrees\Module\InteractiveTree\TreeView
- */
+
+#[CoversClass(TreeView::class)]
class TreeViewTest extends TestCase
{
/**