Skip to content

Commit 2da451d

Browse files
ewgRaTobion
authored andcommitted
fix class use and in phpdoc
1 parent a1c0ede commit 2da451d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/DependencyInjection/DoctrineExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function setUp()
4949
}
5050

5151
/**
52-
* @expectedException LogicException
52+
* @expectedException \LogicException
5353
*/
5454
public function testFixManagersAutoMappingsWithTwoAutomappings()
5555
{
@@ -239,7 +239,7 @@ public function testServiceCacheDriver()
239239
}
240240

241241
/**
242-
* @expectedException InvalidArgumentException
242+
* @expectedException \InvalidArgumentException
243243
* @expectedExceptionMessage "unrecognized_type" is an unrecognized Doctrine cache driver.
244244
*/
245245
public function testUnrecognizedCacheDriverException()

Tests/Form/Type/EntityTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function testClassOptionIsRequired()
117117
}
118118

119119
/**
120-
* @expectedException Symfony\Component\Form\Exception\RuntimeException
120+
* @expectedException \Symfony\Component\Form\Exception\RuntimeException
121121
*/
122122
public function testInvalidClassOption()
123123
{

0 commit comments

Comments
 (0)