Skip to content

Commit ee9ec9a

Browse files
committed
expectedException expects FQCN
1 parent 0a732a9 commit ee9ec9a

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
@@ -194,7 +194,7 @@ public function testSetIsDeprecated()
194194

195195
/**
196196
* @dataProvider invalidDeprecationMessageProvider
197-
* @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
197+
* @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
198198
*/
199199
public function testSetDeprecatedWithInvalidDeprecationTemplate($message)
200200
{

0 commit comments

Comments
 (0)