Skip to content
Snippets Groups Projects
Commit 2fa28a12 authored by Christian Eßl's avatar Christian Eßl
Browse files

[BUGFIX] Fix typos in InlineStackProcessorTest

Resolves: #90976
Releases: master, 9.5
Change-Id: I3827e0796f7dc016b3095b5e8917905b85523712
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64096


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarChristian Eßl <indy.essl@gmail.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarChristian Eßl <indy.essl@gmail.com>
parent 4ce5517b
Branches
Tags
No related merge requests found
......@@ -285,7 +285,7 @@ class InlineStackProcessorTest extends UnitTestCase
* @dataProvider structureStringIsParsedDataProvider
* @test
*/
public function getCurrentStructureFormPrefixReturnsExceptedStringAfterInitializationByStructureString($string, array $_, array $expectedFormName)
public function getCurrentStructureFormPrefixReturnsExpectedStringAfterInitializationByStructureString($string, array $_, array $expectedFormName)
{
/** @var InlineStackProcessor|\PHPUnit\Framework\MockObject\MockObject|\TYPO3\TestingFramework\Core\AccessibleObjectInterface $subject */
$subject = new InlineStackProcessor;
......@@ -297,7 +297,7 @@ class InlineStackProcessorTest extends UnitTestCase
* @dataProvider structureStringIsParsedDataProvider
* @test
*/
public function getCurrentStructureDomObjectIdPrefixReturnsExceptedStringAfterInitializationByStructureString($string, array $_, array $expectedFormName)
public function getCurrentStructureDomObjectIdPrefixReturnsExpectedStringAfterInitializationByStructureString($string, array $_, array $expectedFormName)
{
/** @var InlineStackProcessor|\PHPUnit\Framework\MockObject\MockObject|\TYPO3\TestingFramework\Core\AccessibleObjectInterface $subject */
$subject = new InlineStackProcessor;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment