summaryrefslogtreecommitdiff
path: root/tests/app/PlaceTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-31 08:08:54 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-31 17:36:14 +0100
commit0e62c4b8d0ec6901bfaffd1dc763db37489518a4 (patch)
treea1949cbb3ba5e7cf7d5ab8b08a4f179857328625 /tests/app/PlaceTest.php
parent5bccd64ef5cfe5e079d2cd516f4a661881dbe46c (diff)
downloadwebtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.gz
webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.bz2
webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.zip
PSR-4
Diffstat (limited to 'tests/app/PlaceTest.php')
-rw-r--r--tests/app/PlaceTest.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/app/PlaceTest.php b/tests/app/PlaceTest.php
index 94460a006c..10be986ad1 100644
--- a/tests/app/PlaceTest.php
+++ b/tests/app/PlaceTest.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 Place
*/
@@ -32,6 +29,6 @@ class PlaceTest extends PHPUnit_Framework_TestCase {
* Test that the class exists
*/
public function testClassExists() {
- $this->assertTrue(class_exists(__NAMESPACE__ . '\Place'));
+ $this->assertTrue(class_exists('\Fisharebest\Webtrees\Place'));
}
}