diff options
Diffstat (limited to 'tests/library/WT/Module/ModuleReportTest.php')
| -rw-r--r-- | tests/library/WT/Module/ModuleReportTest.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/library/WT/Module/ModuleReportTest.php b/tests/library/WT/Module/ModuleReportTest.php new file mode 100644 index 0000000000..edfa8b4e24 --- /dev/null +++ b/tests/library/WT/Module/ModuleReportTest.php @@ -0,0 +1,31 @@ +<?php +namespace WT; + +use PHPUnit_Framework_TestCase; + +/** + * Test harness for the class WT_Module_Report + * + * @package webtrees + * @author Greg Roach <fisharebest@gmail.com> + * @copyright (c) 2014 webtrees development team + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 + */ + +class ModuleReportTest extends PHPUnit_Framework_TestCase { + /** + * Prepare the environment for these tests + * + * @return void + */ + public function setUp() { + } + + /** + * Test FooBar + * + * @return void + */ + public function testFooBar() { + } +} |
