summaryrefslogtreecommitdiff
path: root/tests/app/Controller
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-12-07 09:16:01 +0000
committerGreg Roach <fisharebest@gmail.com>2017-12-07 09:16:01 +0000
commit3e983931fdde6db78f1490364106d7d46e77dea7 (patch)
treead258a855a10b1096e7ff4fc4d5dc377b628b3ce /tests/app/Controller
parentea51178689e8fd2aabc1dc599813355ef8b10ceb (diff)
downloadwebtrees-3e983931fdde6db78f1490364106d7d46e77dea7.tar.gz
webtrees-3e983931fdde6db78f1490364106d7d46e77dea7.tar.bz2
webtrees-3e983931fdde6db78f1490364106d7d46e77dea7.zip
Update to PhpUnit 6, for PHP 7
Diffstat (limited to 'tests/app/Controller')
-rw-r--r--tests/app/Controller/AdvancedSearchControllerTest.php2
-rw-r--r--tests/app/Controller/AjaxControllerTest.php2
-rw-r--r--tests/app/Controller/AncestryControllerTest.php2
-rw-r--r--tests/app/Controller/BaseControllerTest.php2
-rw-r--r--tests/app/Controller/BranchesControllerTest.php2
-rw-r--r--tests/app/Controller/ChartControllerTest.php2
-rw-r--r--tests/app/Controller/DescendancyControllerTest.php2
-rw-r--r--tests/app/Controller/FamilyControllerTest.php2
-rw-r--r--tests/app/Controller/FamilybookControllerTest.php2
-rw-r--r--tests/app/Controller/FanchartControllerTest.php2
-rw-r--r--tests/app/Controller/GedcomRecordControllerTest.php2
-rw-r--r--tests/app/Controller/HourglassControllerTest.php2
-rw-r--r--tests/app/Controller/IndividualControllerTest.php2
-rw-r--r--tests/app/Controller/LifespanControllerTest.php2
-rw-r--r--tests/app/Controller/MediaControllerTest.php2
-rw-r--r--tests/app/Controller/NoteControllerTest.php2
-rw-r--r--tests/app/Controller/PageControllerTest.php2
-rw-r--r--tests/app/Controller/PedigreeControllerTest.php2
-rw-r--r--tests/app/Controller/RepositoryControllerTest.php2
-rw-r--r--tests/app/Controller/SearchControllerTest.php2
-rw-r--r--tests/app/Controller/SourceControllerTest.php2
-rw-r--r--tests/app/Controller/TimelineControllerTest.php2
22 files changed, 22 insertions, 22 deletions
diff --git a/tests/app/Controller/AdvancedSearchControllerTest.php b/tests/app/Controller/AdvancedSearchControllerTest.php
index 06784b7f88..14f5df3554 100644
--- a/tests/app/Controller/AdvancedSearchControllerTest.php
+++ b/tests/app/Controller/AdvancedSearchControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class AdvancedSearchController
*/
-class AdvancedSearchControllerTest extends \PHPUnit_Framework_TestCase {
+class AdvancedSearchControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/AjaxControllerTest.php b/tests/app/Controller/AjaxControllerTest.php
index d03b010981..b3aafb5319 100644
--- a/tests/app/Controller/AjaxControllerTest.php
+++ b/tests/app/Controller/AjaxControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class AjaxController
*/
-class AjaxControllerTest extends \PHPUnit_Framework_TestCase {
+class AjaxControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/AncestryControllerTest.php b/tests/app/Controller/AncestryControllerTest.php
index 2a3e22e0c1..020731acb1 100644
--- a/tests/app/Controller/AncestryControllerTest.php
+++ b/tests/app/Controller/AncestryControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class AncestryController
*/
-class AncestryControllerTest extends \PHPUnit_Framework_TestCase {
+class AncestryControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/BaseControllerTest.php b/tests/app/Controller/BaseControllerTest.php
index fc1b089a05..7035b22298 100644
--- a/tests/app/Controller/BaseControllerTest.php
+++ b/tests/app/Controller/BaseControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class BaseController
*/
-class BaseControllerTest extends \PHPUnit_Framework_TestCase {
+class BaseControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/BranchesControllerTest.php b/tests/app/Controller/BranchesControllerTest.php
index 804e85d018..918498b111 100644
--- a/tests/app/Controller/BranchesControllerTest.php
+++ b/tests/app/Controller/BranchesControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class BranchesController
*/
-class BranchesControllerTest extends \PHPUnit_Framework_TestCase {
+class BranchesControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/ChartControllerTest.php b/tests/app/Controller/ChartControllerTest.php
index c3b7d588ac..27b9612027 100644
--- a/tests/app/Controller/ChartControllerTest.php
+++ b/tests/app/Controller/ChartControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class ChartController
*/
-class ChartControllerTest extends \PHPUnit_Framework_TestCase {
+class ChartControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/DescendancyControllerTest.php b/tests/app/Controller/DescendancyControllerTest.php
index 4498b5efc2..de5d624e5c 100644
--- a/tests/app/Controller/DescendancyControllerTest.php
+++ b/tests/app/Controller/DescendancyControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class DescendancyController
*/
-class DescendancyControllerTest extends \PHPUnit_Framework_TestCase {
+class DescendancyControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/FamilyControllerTest.php b/tests/app/Controller/FamilyControllerTest.php
index 4f4823a5f8..090da1eeb5 100644
--- a/tests/app/Controller/FamilyControllerTest.php
+++ b/tests/app/Controller/FamilyControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class FamilyController
*/
-class FamilyControllerTest extends \PHPUnit_Framework_TestCase {
+class FamilyControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/FamilybookControllerTest.php b/tests/app/Controller/FamilybookControllerTest.php
index 3645077e0a..7c78d22416 100644
--- a/tests/app/Controller/FamilybookControllerTest.php
+++ b/tests/app/Controller/FamilybookControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class FamilyBookController
*/
-class FamilybookControllerTest extends \PHPUnit_Framework_TestCase {
+class FamilybookControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/FanchartControllerTest.php b/tests/app/Controller/FanchartControllerTest.php
index b270a2869d..b24f554352 100644
--- a/tests/app/Controller/FanchartControllerTest.php
+++ b/tests/app/Controller/FanchartControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class FanchartController
*/
-class FanchartControllerTest extends \PHPUnit_Framework_TestCase {
+class FanchartControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/GedcomRecordControllerTest.php b/tests/app/Controller/GedcomRecordControllerTest.php
index c65e011333..e180c35796 100644
--- a/tests/app/Controller/GedcomRecordControllerTest.php
+++ b/tests/app/Controller/GedcomRecordControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class GedcomRecordController
*/
-class GedcomRecordControllerTest extends \PHPUnit_Framework_TestCase {
+class GedcomRecordControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/HourglassControllerTest.php b/tests/app/Controller/HourglassControllerTest.php
index ecba4558fb..f4a998541b 100644
--- a/tests/app/Controller/HourglassControllerTest.php
+++ b/tests/app/Controller/HourglassControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class HourglassController
*/
-class HourglassControllerTest extends \PHPUnit_Framework_TestCase {
+class HourglassControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/IndividualControllerTest.php b/tests/app/Controller/IndividualControllerTest.php
index 2da1110500..f643d5a1e3 100644
--- a/tests/app/Controller/IndividualControllerTest.php
+++ b/tests/app/Controller/IndividualControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class IndividualController
*/
-class IndividualControllerTest extends \PHPUnit_Framework_TestCase {
+class IndividualControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/LifespanControllerTest.php b/tests/app/Controller/LifespanControllerTest.php
index 579837d146..1b5a3ff87b 100644
--- a/tests/app/Controller/LifespanControllerTest.php
+++ b/tests/app/Controller/LifespanControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class LifespanController
*/
-class LifespanControllerTest extends \PHPUnit_Framework_TestCase {
+class LifespanControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/MediaControllerTest.php b/tests/app/Controller/MediaControllerTest.php
index c315a759ad..e18ecda985 100644
--- a/tests/app/Controller/MediaControllerTest.php
+++ b/tests/app/Controller/MediaControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class MediaController
*/
-class MediaControllerTest extends \PHPUnit_Framework_TestCase {
+class MediaControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/NoteControllerTest.php b/tests/app/Controller/NoteControllerTest.php
index e0d48b1f40..af87e1613a 100644
--- a/tests/app/Controller/NoteControllerTest.php
+++ b/tests/app/Controller/NoteControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class NoteController
*/
-class NoteControllerTest extends \PHPUnit_Framework_TestCase {
+class NoteControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/PageControllerTest.php b/tests/app/Controller/PageControllerTest.php
index 24a1659516..928d6ccc0d 100644
--- a/tests/app/Controller/PageControllerTest.php
+++ b/tests/app/Controller/PageControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class PageController
*/
-class PageControllerTest extends \PHPUnit_Framework_TestCase {
+class PageControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/PedigreeControllerTest.php b/tests/app/Controller/PedigreeControllerTest.php
index 6b9ed2184e..8fd97878ac 100644
--- a/tests/app/Controller/PedigreeControllerTest.php
+++ b/tests/app/Controller/PedigreeControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class PedigreeController
*/
-class PedigreeControllerTest extends \PHPUnit_Framework_TestCase {
+class PedigreeControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/RepositoryControllerTest.php b/tests/app/Controller/RepositoryControllerTest.php
index 31b139d104..fcab7e2ed2 100644
--- a/tests/app/Controller/RepositoryControllerTest.php
+++ b/tests/app/Controller/RepositoryControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class RepositoryController
*/
-class RepositoryControllerTest extends \PHPUnit_Framework_TestCase {
+class RepositoryControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/SearchControllerTest.php b/tests/app/Controller/SearchControllerTest.php
index e4a2bcb05c..707addfec8 100644
--- a/tests/app/Controller/SearchControllerTest.php
+++ b/tests/app/Controller/SearchControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class SearchController
*/
-class SearchControllerTest extends \PHPUnit_Framework_TestCase {
+class SearchControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/SourceControllerTest.php b/tests/app/Controller/SourceControllerTest.php
index d8395ae644..3f4d41f938 100644
--- a/tests/app/Controller/SourceControllerTest.php
+++ b/tests/app/Controller/SourceControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class SourceController
*/
-class SourceControllerTest extends \PHPUnit_Framework_TestCase {
+class SourceControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/
diff --git a/tests/app/Controller/TimelineControllerTest.php b/tests/app/Controller/TimelineControllerTest.php
index eafbc50813..3badbc39be 100644
--- a/tests/app/Controller/TimelineControllerTest.php
+++ b/tests/app/Controller/TimelineControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class TimelineController
*/
-class TimelineControllerTest extends \PHPUnit_Framework_TestCase {
+class TimelineControllerTest extends \PHPUnit\Framework\TestCase {
/**
* Prepare the environment for these tests
*/