Skip to content

Commit d32d965

Browse files
author
Dale Sikkema
committed
MAGETWO-43435: [Github] «i18n:collect-phrases» command wrongly handles PHP string concatenation
- style test fixes
1 parent 15ccd35 commit d32d965

File tree

1 file changed

+0
-2
lines changed
  • setup/src/Magento/Setup/Test/Unit/Module/I18n/Parser/Adapter/Php/Tokenizer

1 file changed

+0
-2
lines changed

setup/src/Magento/Setup/Test/Unit/Module/I18n/Parser/Adapter/Php/Tokenizer/TokenTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,4 @@ public function testIsConcatenateOperatorFalse()
130130
$token = new \Magento\Setup\Module\I18n\Parser\Adapter\Php\Tokenizer\Token(',', ',');
131131
$this->assertFalse($token->isConcatenateOperator());
132132
}
133-
134-
135133
}

0 commit comments

Comments
 (0)