Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 9d65e53

Browse files
committed
Fix namespace
1 parent 6de1d19 commit 9d65e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ public function testAttributeNameTreatmentCustomStaticMethod()
619619
{
620620
$dn = $this->createDn('ou=Node,');
621621
$list = $this->getLDAP()->search('objectClass=*', $dn, Ldap\Ldap::SEARCH_SCOPE_BASE);
622-
$list->getInnerIterator()->setAttributeNameTreatment([__NAMESPACE__ . '\CustomNaming', 'name1']);
622+
$list->getInnerIterator()->setAttributeNameTreatment([__NAMESPACE__ . '\TestAsset\CustomNaming', 'name1']);
623623
$this->assertArrayHasKey('edoclatsop', $list->current());
624624
}
625625

0 commit comments

Comments
 (0)