summaryrefslogtreecommitdiff
path: root/tests/app/Controller
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-30 19:13:51 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-30 23:29:57 +0100
commitcbc1590a8c715aa2d88bd745610b899587bd9563 (patch)
tree8411c52737b981c7eff37ffcdd083902cb769141 /tests/app/Controller
parentffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (diff)
downloadwebtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.gz
webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.bz2
webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.zip
Code style
Diffstat (limited to 'tests/app/Controller')
-rw-r--r--tests/app/Controller/AdvancedSearchControllerTest.php4
-rw-r--r--tests/app/Controller/AjaxControllerTest.php4
-rw-r--r--tests/app/Controller/AncestryControllerTest.php4
-rw-r--r--tests/app/Controller/BaseControllerTest.php4
-rw-r--r--tests/app/Controller/BranchesControllerTest.php4
-rw-r--r--tests/app/Controller/ChartControllerTest.php4
-rw-r--r--tests/app/Controller/CompactControllerTest.php4
-rw-r--r--tests/app/Controller/DescendancyControllerTest.php4
-rw-r--r--tests/app/Controller/FamilyControllerTest.php4
-rw-r--r--tests/app/Controller/FamilybookControllerTest.php4
-rw-r--r--tests/app/Controller/FanchartControllerTest.php4
-rw-r--r--tests/app/Controller/GedcomRecordControllerTest.php4
-rw-r--r--tests/app/Controller/HourglassControllerTest.php4
-rw-r--r--tests/app/Controller/IndividualControllerTest.php4
-rw-r--r--tests/app/Controller/LifespanControllerTest.php4
-rw-r--r--tests/app/Controller/MediaControllerTest.php4
-rw-r--r--tests/app/Controller/NoteControllerTest.php4
-rw-r--r--tests/app/Controller/PageControllerTest.php4
-rw-r--r--tests/app/Controller/PedigreeControllerTest.php4
-rw-r--r--tests/app/Controller/RepositoryControllerTest.php4
-rw-r--r--tests/app/Controller/SearchControllerTest.php4
-rw-r--r--tests/app/Controller/SimpleControllerTest.php4
-rw-r--r--tests/app/Controller/SourceControllerTest.php4
-rw-r--r--tests/app/Controller/TimelineControllerTest.php4
24 files changed, 0 insertions, 96 deletions
diff --git a/tests/app/Controller/AdvancedSearchControllerTest.php b/tests/app/Controller/AdvancedSearchControllerTest.php
index 61860de792..ba8b7e55eb 100644
--- a/tests/app/Controller/AdvancedSearchControllerTest.php
+++ b/tests/app/Controller/AdvancedSearchControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class AdvancedSearchControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\AdvancedSearchController'));
diff --git a/tests/app/Controller/AjaxControllerTest.php b/tests/app/Controller/AjaxControllerTest.php
index c3cfb90545..f981a6271d 100644
--- a/tests/app/Controller/AjaxControllerTest.php
+++ b/tests/app/Controller/AjaxControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class AjaxControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\AjaxController'));
diff --git a/tests/app/Controller/AncestryControllerTest.php b/tests/app/Controller/AncestryControllerTest.php
index f3664b2d64..76d24b05bd 100644
--- a/tests/app/Controller/AncestryControllerTest.php
+++ b/tests/app/Controller/AncestryControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class AncestryControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\AncestryController'));
diff --git a/tests/app/Controller/BaseControllerTest.php b/tests/app/Controller/BaseControllerTest.php
index dd3970551b..9eb444e19a 100644
--- a/tests/app/Controller/BaseControllerTest.php
+++ b/tests/app/Controller/BaseControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class BaseControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\BaseController'));
diff --git a/tests/app/Controller/BranchesControllerTest.php b/tests/app/Controller/BranchesControllerTest.php
index cb5cc82ed4..896636f86b 100644
--- a/tests/app/Controller/BranchesControllerTest.php
+++ b/tests/app/Controller/BranchesControllerTest.php
@@ -24,15 +24,11 @@ use PHPUnit_Framework_TestCase;
class BranchesControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\BranchesController'));
diff --git a/tests/app/Controller/ChartControllerTest.php b/tests/app/Controller/ChartControllerTest.php
index 1dd05fdf2e..c8d2bebd12 100644
--- a/tests/app/Controller/ChartControllerTest.php
+++ b/tests/app/Controller/ChartControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class ChartControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\ChartController'));
diff --git a/tests/app/Controller/CompactControllerTest.php b/tests/app/Controller/CompactControllerTest.php
index c3c7b496ac..f8fc202a1c 100644
--- a/tests/app/Controller/CompactControllerTest.php
+++ b/tests/app/Controller/CompactControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class CompactControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\CompactController'));
diff --git a/tests/app/Controller/DescendancyControllerTest.php b/tests/app/Controller/DescendancyControllerTest.php
index b90985513a..7446b7a33b 100644
--- a/tests/app/Controller/DescendancyControllerTest.php
+++ b/tests/app/Controller/DescendancyControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class DescendancyControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\DescendancyController'));
diff --git a/tests/app/Controller/FamilyControllerTest.php b/tests/app/Controller/FamilyControllerTest.php
index 0788e1f328..19f7cba48f 100644
--- a/tests/app/Controller/FamilyControllerTest.php
+++ b/tests/app/Controller/FamilyControllerTest.php
@@ -24,8 +24,6 @@ use PHPUnit_Framework_TestCase;
class FamilyControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
defined('WT_ROOT') || define('WT_ROOT', '');
@@ -33,8 +31,6 @@ class FamilyControllerTest extends PHPUnit_Framework_TestCase {
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\FamilyController'));
diff --git a/tests/app/Controller/FamilybookControllerTest.php b/tests/app/Controller/FamilybookControllerTest.php
index f0a4858184..f5c7326ddd 100644
--- a/tests/app/Controller/FamilybookControllerTest.php
+++ b/tests/app/Controller/FamilybookControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class FamilybookControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\FamilyBookController'));
diff --git a/tests/app/Controller/FanchartControllerTest.php b/tests/app/Controller/FanchartControllerTest.php
index 4602672207..e6561a4bb0 100644
--- a/tests/app/Controller/FanchartControllerTest.php
+++ b/tests/app/Controller/FanchartControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class FanchartControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\FanchartController'));
diff --git a/tests/app/Controller/GedcomRecordControllerTest.php b/tests/app/Controller/GedcomRecordControllerTest.php
index 513055d133..121764d280 100644
--- a/tests/app/Controller/GedcomRecordControllerTest.php
+++ b/tests/app/Controller/GedcomRecordControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class GedcomRecordControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\GedcomRecordController'));
diff --git a/tests/app/Controller/HourglassControllerTest.php b/tests/app/Controller/HourglassControllerTest.php
index 1504cbaee0..345d85b4ff 100644
--- a/tests/app/Controller/HourglassControllerTest.php
+++ b/tests/app/Controller/HourglassControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class HourglassControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\HourglassController'));
diff --git a/tests/app/Controller/IndividualControllerTest.php b/tests/app/Controller/IndividualControllerTest.php
index 9d3f2fbbcd..3d9144e3cf 100644
--- a/tests/app/Controller/IndividualControllerTest.php
+++ b/tests/app/Controller/IndividualControllerTest.php
@@ -24,8 +24,6 @@ use PHPUnit_Framework_TestCase;
class IndividualControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
defined('WT_ROOT') || define('WT_ROOT', '');
@@ -33,8 +31,6 @@ class IndividualControllerTest extends PHPUnit_Framework_TestCase {
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\IndividualController'));
diff --git a/tests/app/Controller/LifespanControllerTest.php b/tests/app/Controller/LifespanControllerTest.php
index e1980c69c1..24d9b63b49 100644
--- a/tests/app/Controller/LifespanControllerTest.php
+++ b/tests/app/Controller/LifespanControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class LifespanControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\LifespanController'));
diff --git a/tests/app/Controller/MediaControllerTest.php b/tests/app/Controller/MediaControllerTest.php
index f4ab5df797..e1528b2ae0 100644
--- a/tests/app/Controller/MediaControllerTest.php
+++ b/tests/app/Controller/MediaControllerTest.php
@@ -24,8 +24,6 @@ use PHPUnit_Framework_TestCase;
class MediaControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
defined('WT_ROOT') || define('WT_ROOT', '');
@@ -33,8 +31,6 @@ class MediaControllerTest extends PHPUnit_Framework_TestCase {
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\MediaController'));
diff --git a/tests/app/Controller/NoteControllerTest.php b/tests/app/Controller/NoteControllerTest.php
index c515829b7e..e0bb7250eb 100644
--- a/tests/app/Controller/NoteControllerTest.php
+++ b/tests/app/Controller/NoteControllerTest.php
@@ -24,8 +24,6 @@ use PHPUnit_Framework_TestCase;
class NoteControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
defined('WT_ROOT') || define('WT_ROOT', '');
@@ -33,8 +31,6 @@ class NoteControllerTest extends PHPUnit_Framework_TestCase {
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\NoteController'));
diff --git a/tests/app/Controller/PageControllerTest.php b/tests/app/Controller/PageControllerTest.php
index bc978f5018..8e1918fd3c 100644
--- a/tests/app/Controller/PageControllerTest.php
+++ b/tests/app/Controller/PageControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class PageControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\PageController'));
diff --git a/tests/app/Controller/PedigreeControllerTest.php b/tests/app/Controller/PedigreeControllerTest.php
index b95c08b9f1..180c76d329 100644
--- a/tests/app/Controller/PedigreeControllerTest.php
+++ b/tests/app/Controller/PedigreeControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class PedigreeControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\PedigreeController'));
diff --git a/tests/app/Controller/RepositoryControllerTest.php b/tests/app/Controller/RepositoryControllerTest.php
index e7a337eea2..2074f81d47 100644
--- a/tests/app/Controller/RepositoryControllerTest.php
+++ b/tests/app/Controller/RepositoryControllerTest.php
@@ -24,8 +24,6 @@ use PHPUnit_Framework_TestCase;
class RepositoryControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
defined('WT_ROOT') || define('WT_ROOT', '');
@@ -33,8 +31,6 @@ class RepositoryControllerTest extends PHPUnit_Framework_TestCase {
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\RepositoryController'));
diff --git a/tests/app/Controller/SearchControllerTest.php b/tests/app/Controller/SearchControllerTest.php
index b690f6544e..bfda39b93e 100644
--- a/tests/app/Controller/SearchControllerTest.php
+++ b/tests/app/Controller/SearchControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class SearchControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\SearchController'));
diff --git a/tests/app/Controller/SimpleControllerTest.php b/tests/app/Controller/SimpleControllerTest.php
index b476d46306..6f45efc449 100644
--- a/tests/app/Controller/SimpleControllerTest.php
+++ b/tests/app/Controller/SimpleControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class SimpleControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\SimpleController'));
diff --git a/tests/app/Controller/SourceControllerTest.php b/tests/app/Controller/SourceControllerTest.php
index aa53eb56f9..6f8680e621 100644
--- a/tests/app/Controller/SourceControllerTest.php
+++ b/tests/app/Controller/SourceControllerTest.php
@@ -24,8 +24,6 @@ use PHPUnit_Framework_TestCase;
class SourceControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
defined('WT_ROOT') || define('WT_ROOT', '');
@@ -33,8 +31,6 @@ class SourceControllerTest extends PHPUnit_Framework_TestCase {
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\SourceController'));
diff --git a/tests/app/Controller/TimelineControllerTest.php b/tests/app/Controller/TimelineControllerTest.php
index b340615f03..e112c6dd19 100644
--- a/tests/app/Controller/TimelineControllerTest.php
+++ b/tests/app/Controller/TimelineControllerTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class TimelineControllerTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\TimelineController'));