diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-30 19:13:51 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-30 23:29:57 +0100 |
| commit | cbc1590a8c715aa2d88bd745610b899587bd9563 (patch) | |
| tree | 8411c52737b981c7eff37ffcdd083902cb769141 /tests/app/Date/JewishDateTest.php | |
| parent | ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (diff) | |
| download | webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.gz webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.bz2 webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.zip | |
Code style
Diffstat (limited to 'tests/app/Date/JewishDateTest.php')
| -rw-r--r-- | tests/app/Date/JewishDateTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/app/Date/JewishDateTest.php b/tests/app/Date/JewishDateTest.php index a27e61612a..655b3c3770 100644 --- a/tests/app/Date/JewishDateTest.php +++ b/tests/app/Date/JewishDateTest.php @@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase; class JewishDateTest 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__ . '\JewishDate')); |
