Skip to content

Commit ebbc66e

Browse files
Merge branch '5.0'
* 5.0: [PhpUnitBridge] fix bad test [4.4] CS fixes [3.4] CS fixes Disable phpunit verbosity Queue name is a required parameter [FrameworkBundle] display actual target for error in AssetsInstallCommand Remove patches for Doctrine bugs and deprecations [Mime] fix bad method call on "EmailAddressContains" [DI][EventDispatcher] added contract for implementation
2 parents ab33fa2 + ff9cba2 commit ebbc66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Definition/Builder/ExprBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function testThenEmptyArrayExpression()
149149
/**
150150
* @dataProvider castToArrayValues
151151
*/
152-
public function testcastToArrayExpression($configValue, $expectedValue)
152+
public function testCastToArrayExpression($configValue, $expectedValue)
153153
{
154154
$test = $this->getTestBuilder()
155155
->castToArray()

0 commit comments

Comments
 (0)