spec\LdapTools\Utilities\TSPropertyArraySpec::it_should_return_all_the_TSProperty_objects_as_a_key_value_array PHP Метод

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

    function it_should_return_all_the_TSProperty_objects_as_a_key_value_array()
    {
        $this->toArray()->shouldEqual(['CtxCfgPresent' => 2953518677, 'CtxWFProfilePath' => "", 'CtxWFProfilePathW' => "", 'CtxWFHomeDir' => "", 'CtxWFHomeDirW' => "", 'CtxWFHomeDirDrive' => "", 'CtxWFHomeDirDriveW' => "", 'CtxShadow' => 1, 'CtxMaxDisconnectionTime' => 0, 'CtxMaxConnectionTime' => 0, 'CtxMaxIdleTime' => 0, 'CtxWorkDirectory' => "", 'CtxWorkDirectoryW' => "", 'CtxCfgFlags1' => 2418077696, 'CtxInitialProgram' => "", 'CtxInitialProgramW' => ""]);
    }