File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Messenger \Bridge \Beanstalkd \Tests \Transport ;
1313
14- use InvalidArgumentException ;
1514use Pheanstalk \Contract \PheanstalkInterface ;
1615use Pheanstalk \Exception ;
1716use Pheanstalk \Exception \ClientException ;
@@ -30,7 +29,7 @@ final class ConnectionTest extends TestCase
3029{
3130 public function testFromInvalidDsn ()
3231 {
33- $ this ->expectException (InvalidArgumentException::class);
32+ $ this ->expectException (\ InvalidArgumentException::class);
3433 $ this ->expectExceptionMessage ('The given Beanstalkd DSN "beanstalkd://" is invalid. ' );
3534
3635 Connection::fromDsn ('beanstalkd:// ' );
Original file line number Diff line number Diff line change 2323 * @author Antonio Pauletich <[email protected] > 2424 *
2525 * @internal
26+ *
2627 * @final
2728 */
2829class Connection
You can’t perform that action at this time.
0 commit comments