Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jul 26, 2024
1 parent 749b042 commit 8333376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/LdapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class LdapTest extends TestCase
public function test_construct_defaults()
{
$ldap = new Ldap();

$this->assertFalse($ldap->isUsingTLS());
$this->assertFalse($ldap->isUsingSSL());
$this->assertFalse($ldap->isBound());
Expand Down

0 comments on commit 8333376

Please sign in to comment.