mscherer 4 年之前
父节点
当前提交
d6c03fcf91
共有 2 个文件被更改,包括 0 次插入18 次删除
  1. 0 9
      tests/TestCase/Utility/FileLogTest.php
  2. 0 9
      tests/TestCase/Utility/L10nTest.php

+ 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