Skip to content

Commit d845009

Browse files
committed
fixed @ExpectedException class names
1 parent 2044213 commit d845009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FormFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function testCreateNamedBuilderDoesNotOverrideExistingDataOption()
278278
}
279279

280280
/**
281-
* @expectedException Symfony\Component\Form\Exception\UnexpectedTypeException
281+
* @expectedException \Symfony\Component\Form\Exception\UnexpectedTypeException
282282
* @expectedExceptionMessage Expected argument of type "string, Symfony\Component\Form\ResolvedFormTypeInterface or Symfony\Component\Form\FormTypeInterface", "stdClass" given
283283
*/
284284
public function testCreateNamedBuilderThrowsUnderstandableException()

0 commit comments

Comments
 (0)