summaryrefslogtreecommitdiff
path: root/tests/app/Controller
diff options
context:
space:
mode:
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/CompactControllerTest.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/SimpleControllerTest.php2
-rw-r--r--tests/app/Controller/SourceControllerTest.php2
-rw-r--r--tests/app/Controller/TimelineControllerTest.php2
24 files changed, 24 insertions, 24 deletions
diff --git a/tests/app/Controller/AdvancedSearchControllerTest.php b/tests/app/Controller/AdvancedSearchControllerTest.php
index 15e2a52d8e..1f715d1679 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 edff609b94..2e2d8cb608 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 a1b73fe158..1cbfd43234 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 b874492883..a9631c5e7e 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 73c42489d1..e12b297970 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 ef4e61e473..1204f292f6 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/CompactControllerTest.php b/tests/app/Controller/CompactControllerTest.php
index 952fbffad8..c13d148624 100644
--- a/tests/app/Controller/CompactControllerTest.php
+++ b/tests/app/Controller/CompactControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class CompactController
*/
-class CompactControllerTest extends PHPUnit_Framework_TestCase {
+class CompactControllerTest 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 d4a56d5cf4..b4e34be6e1 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 d4e2fb1365..c14bda151b 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 1e6d9b104c..79e041069a 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 c5a019a671..ee1930c725 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 a40f19212d..7e031f4844 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 e42c8ae2ba..8a0d2fd8cb 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 ec56658326..267e9fa959 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 39844f29f6..42d3f7bd3a 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 84a185cc96..2bfe03b222 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 6721caed8d..057f697caa 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 0f63a2f32b..76011fe4f4 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 eb59f4c245..d0540e888b 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 2454155fd1..dfc8c602f5 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 64cbd2fddc..1f9024001e 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/SimpleControllerTest.php b/tests/app/Controller/SimpleControllerTest.php
index 04f144819a..65e9ddfa71 100644
--- a/tests/app/Controller/SimpleControllerTest.php
+++ b/tests/app/Controller/SimpleControllerTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class SimpleController
*/
-class SimpleControllerTest extends PHPUnit_Framework_TestCase {
+class SimpleControllerTest 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 45228ec38e..babce7b2a3 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 f5d2016c68..42c4278737 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
*/