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