summaryrefslogtreecommitdiff
path: root/tests/app/Report
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/Report
parentffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (diff)
downloadwebtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.gz
webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.bz2
webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.zip
Code style
Diffstat (limited to 'tests/app/Report')
-rw-r--r--tests/app/Report/ReportBaseTest.php4
-rw-r--r--tests/app/Report/ReportHTMLTest.php4
-rw-r--r--tests/app/Report/ReportPDFTest.php4
3 files changed, 0 insertions, 12 deletions
diff --git a/tests/app/Report/ReportBaseTest.php b/tests/app/Report/ReportBaseTest.php
index f590dde55a..d07cb3a242 100644
--- a/tests/app/Report/ReportBaseTest.php
+++ b/tests/app/Report/ReportBaseTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class ReportBaseTest 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__ . '\ReportBase'));
diff --git a/tests/app/Report/ReportHTMLTest.php b/tests/app/Report/ReportHTMLTest.php
index e60852026c..6c16e02d48 100644
--- a/tests/app/Report/ReportHTMLTest.php
+++ b/tests/app/Report/ReportHTMLTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class ReportHTMLTest 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__ . '\ReportHtml'));
diff --git a/tests/app/Report/ReportPDFTest.php b/tests/app/Report/ReportPDFTest.php
index 3b915caf4f..7784bd7e71 100644
--- a/tests/app/Report/ReportPDFTest.php
+++ b/tests/app/Report/ReportPDFTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class ReportPDFTest 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__ . '\ReportPdf'));