mscherer 4 years ago
parent
commit
d6c03fcf91
2 changed files with 0 additions and 18 deletions
  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