diff options
Diffstat (limited to 'tests/app/Report/ReportBaseTest.php')
| -rw-r--r-- | tests/app/Report/ReportBaseTest.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/app/Report/ReportBaseTest.php b/tests/app/Report/ReportBaseTest.php index 93b242421f..c875c00777 100644 --- a/tests/app/Report/ReportBaseTest.php +++ b/tests/app/Report/ReportBaseTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\Report; class ReportBaseTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { |
