File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class EntryManagerTest extends TestCase
19
19
{
20
20
public function testMove ()
21
21
{
22
- $ this ->expectException (' Symfony\Component\Ldap\Exception\LdapException ' );
22
+ $ this ->expectException (\ Symfony \Component \Ldap \Exception \LdapException::class );
23
23
$ this ->expectExceptionMessage ('Entry "$$$$$$" malformed, could not parse RDN. ' );
24
24
$ connection = $ this ->createMock (Connection::class);
25
25
$ connection
@@ -33,7 +33,7 @@ public function testMove()
33
33
34
34
public function testGetResources ()
35
35
{
36
- $ this ->expectException (' Symfony\Component\Ldap\Exception\NotBoundException ' );
36
+ $ this ->expectException (\ Symfony \Component \Ldap \Exception \NotBoundException::class );
37
37
$ this ->expectExceptionMessage ('Query execution is not possible without binding the connection first. ' );
38
38
$ connection = $ this ->getMockBuilder (Connection::class)->getMock ();
39
39
$ connection
You can’t perform that action at this time.
0 commit comments