PhpMigration\Changes\v7dot0\DeprecatedTest::testLdapSort PHP Method

testLdapSort() public method

public testLdapSort ( )
    public function testLdapSort()
    {
        $this->assertHasSpot('ldap_sort();');
        $this->assertNotSpot('Dummy\\ldap_sort();');
    }