summaryrefslogtreecommitdiff
path: root/tests/app/Controller/LifespanControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Controller/LifespanControllerTest.php')
-rw-r--r--tests/app/Controller/LifespanControllerTest.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/app/Controller/LifespanControllerTest.php b/tests/app/Controller/LifespanControllerTest.php
index 24d9b63b49..39844f29f6 100644
--- a/tests/app/Controller/LifespanControllerTest.php
+++ b/tests/app/Controller/LifespanControllerTest.php
@@ -1,5 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
/**
* webtrees: online genealogy
@@ -16,8 +15,6 @@ namespace Fisharebest\Webtrees;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-use PHPUnit_Framework_TestCase;
-
/**
* Test harness for the class LifespanController
*/
@@ -32,6 +29,6 @@ class LifespanControllerTest extends PHPUnit_Framework_TestCase {
* Test that the class exists
*/
public function testClassExists() {
- $this->assertTrue(class_exists(__NAMESPACE__ . '\LifespanController'));
+ $this->assertTrue(class_exists('\Fisharebest\Webtrees\Controller\LifespanController'));
}
}