Skip to content

Commit a78695f

Browse files
committed
Update CreatesTestConnection.php
1 parent 9c55c1a commit a78695f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Concerns/CreatesTestConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ protected function makeConnection(array $config = []): Connection
1313
'base_dn' => 'dc=local,dc=com',
1414
'username' => 'cn=admin,dc=local,dc=com',
1515
'password' => 'secret',
16-
'use_ssl' => true,
16+
'use_tls' => true,
1717
], $config));
1818
}
1919
}

0 commit comments

Comments
 (0)