From c1010eda29c0909ed4d5d463f32d32bfefdd4dfe Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 16 Jul 2018 08:20:33 +0100 Subject: Use PSR2 code style --- tests/app/Module/ClippingsCartModuleTest.php | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'tests/app/Module/ClippingsCartModuleTest.php') diff --git a/tests/app/Module/ClippingsCartModuleTest.php b/tests/app/Module/ClippingsCartModuleTest.php index 21a4548831..a2f50ab5f7 100644 --- a/tests/app/Module/ClippingsCartModuleTest.php +++ b/tests/app/Module/ClippingsCartModuleTest.php @@ -18,17 +18,20 @@ /** * Test harness for the class ClippingsCartModule */ -class ClippingsCartModuleTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - } +class ClippingsCartModuleTest 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\ClippingsCartModule')); - } + /** + * Test that the class exists + */ + public function testClassExists() + { + $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\ClippingsCartModule')); + } } -- cgit v1.3