Skip to content

Commit

Permalink
[BUGFIX] Move test file to right location
Browse files Browse the repository at this point in the history
The tests in change https://review.typo3.org/57370/
have been put in the wrong folder and are never
executed by the TYPO3 Core Unit Test suite.

This patch moves the file into the right location.

Resolves: #85868
Related: #81620
Releases: master, 8.7
Change-Id: I8cb95031c3198d1955ee800b2137b770400acde8
Reviewed-on: https://review.typo3.org/57924
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Markus Klein <markus.klein@typo3.org>
Tested-by: Markus Klein <markus.klein@typo3.org>
  • Loading branch information
bmack authored and liayn committed Aug 15, 2018
1 parent 3e0de62 commit ccb2361
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public function attributesSetInRecordLinkOverwriteConfiguredAttributesDataProvid
* @param string $parameterFromDb
* @param string $expectedParameter
*/
public function attributesSetInRecordLinkOverwriteConfiguredAttributes(string $parameterFromTypoScript, string $parameterFromDb, string $expectedParameter): void
public function attributesSetInRecordLinkOverwriteConfiguredAttributes(string $parameterFromTypoScript, string $parameterFromDb, string $expectedParameter)
{
$confFromDb = [
'parameter' => $parameterFromDb,
Expand Down

0 comments on commit ccb2361

Please sign in to comment.