Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9daeba

Browse files
author
Artem Stepin
committed
review suggestions
1 parent 170ad09 commit e9daeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/EntryManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testGetResources()
4747

4848
/**
4949
* @see https://tools.ietf.org/html/rfc4514#section-3
50-
* @dataProvider getDataProviderDns
50+
* @dataProvider moveWithRFC4514DistinguishedNameProvider
5151
*/
5252
public function testMoveWithRFC4514DistinguishedName(string $testDn, string $expectedRdn)
5353
{
@@ -64,7 +64,7 @@ public function testMoveWithRFC4514DistinguishedName(string $testDn, string $exp
6464
$this->assertSame($expectedRdn, $cn);
6565
}
6666

67-
public function getDataProviderDns(): array
67+
public function moveWithRFC4514DistinguishedNameProvider(): array
6868
{
6969
return [
7070
['CN=Simple,DC=example,DC=net', 'CN=Simple'],

0 commit comments

Comments
 (0)