mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-12 10:18:27 +01:00
CS fixes.
This commit is contained in:
@@ -40,7 +40,7 @@ class StringHelperTest extends \yii\test\TestCase
|
||||
'car' => 'cars',
|
||||
);
|
||||
|
||||
foreach($testData as $testIn => $testOut) {
|
||||
foreach ($testData as $testIn => $testOut) {
|
||||
$this->assertEquals($testOut, StringHelper::pluralize($testIn));
|
||||
$this->assertEquals(ucfirst($testOut), ucfirst(StringHelper::pluralize($testIn)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user