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