forgot one backslash, my bad

This commit is contained in:
nikos.sotiropoulos 2019-02-20 01:41:21 +02:00 committed by Eric Masoero
parent 93c10013fa
commit 06c84040c4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class AmqpSenderTest extends TestCase
}
/**
* @expectedException Symfony\Component\Messenger\Exception\TransportException
* @expectedException \Symfony\Component\Messenger\Exception\TransportException
*/
public function testItThrowsATransportExceptionIfItCannotSendTheMessage()
{