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