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