From e4421e8051c23b38e86550bedee966e79c728183 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 22 Jan 2018 17:09:17 +0000 Subject: Remove old gedcom record controllers --- .../Controller/AdvancedSearchControllerTest.php | 34 --------------------- tests/app/Controller/AjaxControllerTest.php | 34 --------------------- tests/app/Controller/AncestryControllerTest.php | 34 --------------------- tests/app/Controller/BaseControllerTest.php | 34 --------------------- tests/app/Controller/BranchesControllerTest.php | 33 -------------------- tests/app/Controller/ChartControllerTest.php | 34 --------------------- tests/app/Controller/DescendancyControllerTest.php | 34 --------------------- tests/app/Controller/FamilyControllerTest.php | 35 ---------------------- tests/app/Controller/FamilybookControllerTest.php | 34 --------------------- tests/app/Controller/FanchartControllerTest.php | 34 --------------------- .../app/Controller/GedcomRecordControllerTest.php | 34 --------------------- tests/app/Controller/HourglassControllerTest.php | 34 --------------------- tests/app/Controller/IndividualControllerTest.php | 35 ---------------------- tests/app/Controller/LifespanControllerTest.php | 34 --------------------- tests/app/Controller/MediaControllerTest.php | 35 ---------------------- tests/app/Controller/NoteControllerTest.php | 35 ---------------------- tests/app/Controller/PageControllerTest.php | 34 --------------------- tests/app/Controller/PedigreeControllerTest.php | 34 --------------------- tests/app/Controller/RepositoryControllerTest.php | 35 ---------------------- tests/app/Controller/SearchControllerTest.php | 34 --------------------- tests/app/Controller/SourceControllerTest.php | 35 ---------------------- tests/app/Controller/TimelineControllerTest.php | 34 --------------------- 22 files changed, 753 deletions(-) delete mode 100644 tests/app/Controller/AdvancedSearchControllerTest.php delete mode 100644 tests/app/Controller/AjaxControllerTest.php delete mode 100644 tests/app/Controller/AncestryControllerTest.php delete mode 100644 tests/app/Controller/BaseControllerTest.php delete mode 100644 tests/app/Controller/BranchesControllerTest.php delete mode 100644 tests/app/Controller/ChartControllerTest.php delete mode 100644 tests/app/Controller/DescendancyControllerTest.php delete mode 100644 tests/app/Controller/FamilyControllerTest.php delete mode 100644 tests/app/Controller/FamilybookControllerTest.php delete mode 100644 tests/app/Controller/FanchartControllerTest.php delete mode 100644 tests/app/Controller/GedcomRecordControllerTest.php delete mode 100644 tests/app/Controller/HourglassControllerTest.php delete mode 100644 tests/app/Controller/IndividualControllerTest.php delete mode 100644 tests/app/Controller/LifespanControllerTest.php delete mode 100644 tests/app/Controller/MediaControllerTest.php delete mode 100644 tests/app/Controller/NoteControllerTest.php delete mode 100644 tests/app/Controller/PageControllerTest.php delete mode 100644 tests/app/Controller/PedigreeControllerTest.php delete mode 100644 tests/app/Controller/RepositoryControllerTest.php delete mode 100644 tests/app/Controller/SearchControllerTest.php delete mode 100644 tests/app/Controller/SourceControllerTest.php delete mode 100644 tests/app/Controller/TimelineControllerTest.php (limited to 'tests/app') diff --git a/tests/app/Controller/AdvancedSearchControllerTest.php b/tests/app/Controller/AdvancedSearchControllerTest.php deleted file mode 100644 index df7e9682e5..0000000000 --- a/tests/app/Controller/AdvancedSearchControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class AdvancedSearchController - */ -class AdvancedSearchControllerTest 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\Controller\AdvancedSearchController')); - } -} diff --git a/tests/app/Controller/AjaxControllerTest.php b/tests/app/Controller/AjaxControllerTest.php deleted file mode 100644 index 7e39aaeb05..0000000000 --- a/tests/app/Controller/AjaxControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class AjaxController - */ -class AjaxControllerTest 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\Controller\AjaxController')); - } -} diff --git a/tests/app/Controller/AncestryControllerTest.php b/tests/app/Controller/AncestryControllerTest.php deleted file mode 100644 index fa6053a850..0000000000 --- a/tests/app/Controller/AncestryControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class AncestryController - */ -class AncestryControllerTest 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\Controller\AncestryController')); - } -} diff --git a/tests/app/Controller/BaseControllerTest.php b/tests/app/Controller/BaseControllerTest.php deleted file mode 100644 index 67f211211e..0000000000 --- a/tests/app/Controller/BaseControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class BaseController - */ -class BaseControllerTest 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\Controller\BaseController')); - } -} diff --git a/tests/app/Controller/BranchesControllerTest.php b/tests/app/Controller/BranchesControllerTest.php deleted file mode 100644 index 7b9b8e6c27..0000000000 --- a/tests/app/Controller/BranchesControllerTest.php +++ /dev/null @@ -1,33 +0,0 @@ -. - */ - -/** - * Test harness for the class BranchesController - */ -class BranchesControllerTest 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\Controller\BranchesController')); - } -} diff --git a/tests/app/Controller/ChartControllerTest.php b/tests/app/Controller/ChartControllerTest.php deleted file mode 100644 index f50b790835..0000000000 --- a/tests/app/Controller/ChartControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class ChartController - */ -class ChartControllerTest 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\Controller\ChartController')); - } -} diff --git a/tests/app/Controller/DescendancyControllerTest.php b/tests/app/Controller/DescendancyControllerTest.php deleted file mode 100644 index 282d490d01..0000000000 --- a/tests/app/Controller/DescendancyControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class DescendancyController - */ -class DescendancyControllerTest 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\Controller\DescendancyController')); - } -} diff --git a/tests/app/Controller/FamilyControllerTest.php b/tests/app/Controller/FamilyControllerTest.php deleted file mode 100644 index f15c7bd824..0000000000 --- a/tests/app/Controller/FamilyControllerTest.php +++ /dev/null @@ -1,35 +0,0 @@ -. - */ - -/** - * Test harness for the class FamilyController - */ -class FamilyControllerTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - defined('WT_ROOT') || define('WT_ROOT', ''); - } - - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Controller\FamilyController')); - } -} diff --git a/tests/app/Controller/FamilybookControllerTest.php b/tests/app/Controller/FamilybookControllerTest.php deleted file mode 100644 index 21b9d8c6c4..0000000000 --- a/tests/app/Controller/FamilybookControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class FamilyBookController - */ -class FamilybookControllerTest 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\Controller\FamilyBookController')); - } -} diff --git a/tests/app/Controller/FanchartControllerTest.php b/tests/app/Controller/FanchartControllerTest.php deleted file mode 100644 index dc2bf0279c..0000000000 --- a/tests/app/Controller/FanchartControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class FanchartController - */ -class FanchartControllerTest 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\Controller\FanchartController')); - } -} diff --git a/tests/app/Controller/GedcomRecordControllerTest.php b/tests/app/Controller/GedcomRecordControllerTest.php deleted file mode 100644 index 12014afe3c..0000000000 --- a/tests/app/Controller/GedcomRecordControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class GedcomRecordController - */ -class GedcomRecordControllerTest 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\Controller\GedcomRecordController')); - } -} diff --git a/tests/app/Controller/HourglassControllerTest.php b/tests/app/Controller/HourglassControllerTest.php deleted file mode 100644 index 5bad9df25e..0000000000 --- a/tests/app/Controller/HourglassControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class HourglassController - */ -class HourglassControllerTest 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\Controller\HourglassController')); - } -} diff --git a/tests/app/Controller/IndividualControllerTest.php b/tests/app/Controller/IndividualControllerTest.php deleted file mode 100644 index 92bb84abc2..0000000000 --- a/tests/app/Controller/IndividualControllerTest.php +++ /dev/null @@ -1,35 +0,0 @@ -. - */ - -/** - * Test harness for the class IndividualController - */ -class IndividualControllerTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - defined('WT_ROOT') || define('WT_ROOT', ''); - } - - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Controller\IndividualController')); - } -} diff --git a/tests/app/Controller/LifespanControllerTest.php b/tests/app/Controller/LifespanControllerTest.php deleted file mode 100644 index 66de8a20d7..0000000000 --- a/tests/app/Controller/LifespanControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class LifespanController - */ -class LifespanControllerTest 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\Controller\LifespanController')); - } -} diff --git a/tests/app/Controller/MediaControllerTest.php b/tests/app/Controller/MediaControllerTest.php deleted file mode 100644 index daacfe6360..0000000000 --- a/tests/app/Controller/MediaControllerTest.php +++ /dev/null @@ -1,35 +0,0 @@ -. - */ - -/** - * Test harness for the class MediaController - */ -class MediaControllerTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - defined('WT_ROOT') || define('WT_ROOT', ''); - } - - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Controller\MediaController')); - } -} diff --git a/tests/app/Controller/NoteControllerTest.php b/tests/app/Controller/NoteControllerTest.php deleted file mode 100644 index 0ab5436256..0000000000 --- a/tests/app/Controller/NoteControllerTest.php +++ /dev/null @@ -1,35 +0,0 @@ -. - */ - -/** - * Test harness for the class NoteController - */ -class NoteControllerTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - defined('WT_ROOT') || define('WT_ROOT', ''); - } - - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Controller\NoteController')); - } -} diff --git a/tests/app/Controller/PageControllerTest.php b/tests/app/Controller/PageControllerTest.php deleted file mode 100644 index a588801cb8..0000000000 --- a/tests/app/Controller/PageControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class PageController - */ -class PageControllerTest 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\Controller\PageController')); - } -} diff --git a/tests/app/Controller/PedigreeControllerTest.php b/tests/app/Controller/PedigreeControllerTest.php deleted file mode 100644 index 9f04fde7bb..0000000000 --- a/tests/app/Controller/PedigreeControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class PedigreeController - */ -class PedigreeControllerTest 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\Controller\PedigreeController')); - } -} diff --git a/tests/app/Controller/RepositoryControllerTest.php b/tests/app/Controller/RepositoryControllerTest.php deleted file mode 100644 index bb96829eb7..0000000000 --- a/tests/app/Controller/RepositoryControllerTest.php +++ /dev/null @@ -1,35 +0,0 @@ -. - */ - -/** - * Test harness for the class RepositoryController - */ -class RepositoryControllerTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - defined('WT_ROOT') || define('WT_ROOT', ''); - } - - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Controller\RepositoryController')); - } -} diff --git a/tests/app/Controller/SearchControllerTest.php b/tests/app/Controller/SearchControllerTest.php deleted file mode 100644 index be22fb5103..0000000000 --- a/tests/app/Controller/SearchControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class SearchController - */ -class SearchControllerTest 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\Controller\SearchController')); - } -} diff --git a/tests/app/Controller/SourceControllerTest.php b/tests/app/Controller/SourceControllerTest.php deleted file mode 100644 index 402405cc69..0000000000 --- a/tests/app/Controller/SourceControllerTest.php +++ /dev/null @@ -1,35 +0,0 @@ -. - */ - -/** - * Test harness for the class SourceController - */ -class SourceControllerTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - defined('WT_ROOT') || define('WT_ROOT', ''); - } - - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Controller\SourceController')); - } -} diff --git a/tests/app/Controller/TimelineControllerTest.php b/tests/app/Controller/TimelineControllerTest.php deleted file mode 100644 index 5d7f8e2ad9..0000000000 --- a/tests/app/Controller/TimelineControllerTest.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ - -/** - * Test harness for the class TimelineController - */ -class TimelineControllerTest 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\Controller\TimelineController')); - } -} -- cgit v1.3