spec\LdapTools\Connection\BindUserStrategySpec::it_should_return_the_username_by_default PHP Метод

it_should_return_the_username_by_default() публичный Метод

    function it_should_return_the_username_by_default()
    {
        $this->getUsername('foo')->shouldBeEqualTo('foo');
    }