diff --git a/tests/NodaTimeAutotranslaterTest.php b/tests/NodaTimeAutotranslaterTest.php index 3569e8d..3ad7fc4 100644 --- a/tests/NodaTimeAutotranslaterTest.php +++ b/tests/NodaTimeAutotranslaterTest.php @@ -12,7 +12,6 @@ require __DIR__ . "/../src/NodaTimeAutotranslater.php"; * Tests for home page. */ final class NodaTimeAutotranslaterTest extends TestCase { - /** * Test to check whether the HTML page is correctly generated. * @@ -643,5 +642,4 @@ final class NodaTimeAutotranslaterTest extends TestCase { self::assertEquals($output["de"], "Vor 01.12.1919"); } - }