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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/InteractiveTree/TreeViewTest.php b/tests/app/Module/InteractiveTree/TreeViewTest.php
index f76a0e7e3f..b7fcf13e9e 100644
--- a/tests/app/Module/InteractiveTree/TreeViewTest.php
+++ b/tests/app/Module/InteractiveTree/TreeViewTest.php
@@ -29,6 +29,6 @@ class TreeViewTest extends \Fisharebest\Webtrees\TestCase
*/
public function testClassExists(): void
{
- $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\InteractiveTree\TreeView'));
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Module\InteractiveTree\TreeView::class));
}
}