diff options
Diffstat (limited to 'tests/app/Module/ModuleMenuInterfaceTest.php')
| -rw-r--r-- | tests/app/Module/ModuleMenuInterfaceTest.php | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/tests/app/Module/ModuleMenuInterfaceTest.php b/tests/app/Module/ModuleMenuInterfaceTest.php index fb8246c990..5102ef3d37 100644 --- a/tests/app/Module/ModuleMenuInterfaceTest.php +++ b/tests/app/Module/ModuleMenuInterfaceTest.php @@ -18,17 +18,20 @@ /** * Test harness for the class ModuleMenuInterface */ -class ModuleMenuInterfaceTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - } +class ModuleMenuInterfaceTest extends \PHPUnit\Framework\TestCase +{ + /** + * Prepare the environment for these tests + */ + public function setUp() + { + } - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(interface_exists('\Fisharebest\Webtrees\Module\ModuleMenuInterface')); - } + /** + * Test that the class exists + */ + public function testClassExists() + { + $this->assertTrue(interface_exists('\Fisharebest\Webtrees\Module\ModuleMenuInterface')); + } } |
