diff options
| author | Greg Roach <fisharebest@gmail.com> | 2018-05-31 09:57:02 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2018-05-31 09:57:02 +0100 |
| commit | bba27599b02e0b6f90f62348bb4fa32bd74056d0 (patch) | |
| tree | 0e874a8da02002e6b176655832bcffc94090d273 | |
| parent | b1004fed8220e41326ba2a0cad5da906b3a38c36 (diff) | |
| download | webtrees-bba27599b02e0b6f90f62348bb4fa32bd74056d0.tar.gz webtrees-bba27599b02e0b6f90f62348bb4fa32bd74056d0.tar.bz2 webtrees-bba27599b02e0b6f90f62348bb4fa32bd74056d0.zip | |
Remove tests for old modules
| -rw-r--r-- | tests/app/Module/PageMenuModuleTest.php | 34 | ||||
| -rw-r--r-- | tests/app/Query/QueryMediaTest.php | 34 |
2 files changed, 0 insertions, 68 deletions
diff --git a/tests/app/Module/PageMenuModuleTest.php b/tests/app/Module/PageMenuModuleTest.php deleted file mode 100644 index 4704bc333c..0000000000 --- a/tests/app/Module/PageMenuModuleTest.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php - -/** - * webtrees: online genealogy - * Copyright (C) 2018 webtrees development team - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -/** - * Test harness for the class PageMenuModule - */ -class PageMenuModuleTest 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\PageMenuModule')); - } -} diff --git a/tests/app/Query/QueryMediaTest.php b/tests/app/Query/QueryMediaTest.php deleted file mode 100644 index 1115acbd2d..0000000000 --- a/tests/app/Query/QueryMediaTest.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php - -/** - * webtrees: online genealogy - * Copyright (C) 2018 webtrees development team - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -/** - * Test harness for the class QueryMedia - */ -class QueryMediaTest 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\Query\QueryMedia')); - } -} |
