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