Skip to content

Commit

Permalink
[TASK] Remove unused goto label self in SaveToDatabaseFinisherTest
Browse files Browse the repository at this point in the history
Resolves: #94754
Releases: master
Change-Id: I8a86ca3ef6f92b2f878aa6a8794d925e1a68c32e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70299
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
  • Loading branch information
wouter90 authored and o-ba committed Aug 10, 2021
1 parent 23689da commit 4bd5619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function skipIfValueIsEmptyDetectsEmptyValues($value, bool $expectedEmpty
$saveToDatabaseFinisher->method('getElementByIdentifier')->willReturn($this->prophesize(FormElementInterface::class)->reveal());
$databaseData = $saveToDatabaseFinisher->_call('prepareData', $elementsConfiguration, []);

self:self::assertSame($expectedEmpty, empty($databaseData));
self::assertSame($expectedEmpty, empty($databaseData));
}

/**
Expand Down

0 comments on commit 4bd5619

Please sign in to comment.