summaryrefslogtreecommitdiff
path: root/tests/app/IndividualTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-10-09 14:00:47 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-10-09 20:45:24 +0100
commit3cfcc809af53e831fa6cafac7b274a2cb407db6e (patch)
tree17776f251f701ea946875c7eb532f1bfeeef4f94 /tests/app/IndividualTest.php
parentc81b7bf19f35fbd9d805aa3658f596ace2d433d9 (diff)
downloadwebtrees-3cfcc809af53e831fa6cafac7b274a2cb407db6e.tar.gz
webtrees-3cfcc809af53e831fa6cafac7b274a2cb407db6e.tar.bz2
webtrees-3cfcc809af53e831fa6cafac7b274a2cb407db6e.zip
Working on routing; Code cleanup
Diffstat (limited to 'tests/app/IndividualTest.php')
-rw-r--r--tests/app/IndividualTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/IndividualTest.php b/tests/app/IndividualTest.php
index a1cfae68f3..8fb063c715 100644
--- a/tests/app/IndividualTest.php
+++ b/tests/app/IndividualTest.php
@@ -30,6 +30,6 @@ class IndividualTest extends TestCase
*/
public function testClassExists(): void
{
- $this->assertTrue(class_exists(\Fisharebest\Webtrees\Individual::class));
+ $this->assertTrue(class_exists(Individual::class));
}
}