CS & improve tags assertions

This commit is contained in:
Jeremy Benoist
2017-05-31 10:38:15 +02:00
parent 7a8ed3cee1
commit bad7df8c00
9 changed files with 34 additions and 18 deletions

View File

@ -136,7 +136,7 @@ class UsernameRssTokenConverterTest extends \PHPUnit_Framework_TestCase
}
/**
* @expectedException Symfony\Component\HttpKernel\Exception\NotFoundHttpException
* @expectedException \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
* @expectedExceptionMessage User not found
*/
public function testApplyUserNotFound()