spec\LdapTools\Utilities\DialInDataSpec::it_should_set_an_empty_callback_phone_number_if_it_is_not_supplied PHP Метод

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

    function it_should_set_an_empty_callback_phone_number_if_it_is_not_supplied()
    {
        $binary = (new DialInData())->setUserPrivilege(9)->toBinary();
        $this->beConstructedWith($binary);
        $this->getCallbackPhoneNumber()->shouldEqual('202020202020202020202020202020202020202020202020');
    }