diff options
Diffstat (limited to 'tests/app/Module/ModuleBlockInterfaceTest.php')
| -rw-r--r-- | tests/app/Module/ModuleBlockInterfaceTest.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/app/Module/ModuleBlockInterfaceTest.php b/tests/app/Module/ModuleBlockInterfaceTest.php index bff2d7a7f3..1a0004a531 100644 --- a/tests/app/Module/ModuleBlockInterfaceTest.php +++ b/tests/app/Module/ModuleBlockInterfaceTest.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 ModuleBlockInterface */ @@ -32,6 +29,6 @@ class ModuleBlockInterfaceTest extends PHPUnit_Framework_TestCase { * Test that the class exists */ public function testClassExists() { - $this->assertTrue(interface_exists(__NAMESPACE__ . '\ModuleBlockInterface')); + $this->assertTrue(interface_exists('\Fisharebest\Webtrees\Module\ModuleBlockInterface')); } } |
