mscherer 4 年 前
コミット
d6c03fcf91

+ 0 - 9
tests/TestCase/Utility/FileLogTest.php

@@ -49,15 +49,6 @@ class FileLogTest extends TestCase {
 	private const TEST_FILEPATH_OBJECT = LOGS . self::TEST_FILENAME_OBJECT . '.log';
 
 	/**
-	 * setUp method
-	 *
-	 * @return void
-	 */
-	public function setUp(): void {
-		parent::setUp();
-	}
-
-	/**
 	 * testLogsStringData method
 	 *
 	 * @return void

+ 0 - 9
tests/TestCase/Utility/L10nTest.php

@@ -11,15 +11,6 @@ use Tools\Utility\L10n;
 class L10nTest extends TestCase {
 
 	/**
-	 * setUp method
-	 *
-	 * @return void
-	 */
-	public function setUp(): void {
-		parent::setUp();
-	}
-
-	/**
 	 * testMap method
 	 *
 	 * @return void