Skip to content

Commit 8fa4be9

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: expectedException expects FQCN Fixed expectedException annotations Security and validators messages translation to Latvian [Form] FormView->isRendered() remove dead code and simplify the flow
2 parents b175857 + ee9ec9a commit 8fa4be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DefinitionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function testSetIsDeprecated()
159159

160160
/**
161161
* @dataProvider invalidDeprecationMessageProvider
162-
* @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
162+
* @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
163163
*/
164164
public function testSetDeprecatedWithInvalidDeprecationTemplate($message)
165165
{

0 commit comments

Comments
 (0)