PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
hosting
/
api-php-lib
/
tests
<?php // Copyright 1999-2015. Parallels IP Holdings GmbH. set_include_path(get_include_path().':src'); function autoload($className) { $path = str_replace('\\', DIRECTORY_SEPARATOR, $className); include $path.'.php'; } spl_autoload_register('autoload'); if ($executionLogFile = getenv('EXECUTION_LOG')) { PleskX\Api\Client::enableExecutionLog(); register_shutdown_function(function () use ($executionLogFile) { $executionLog = PleskX\Api\Client::getExecutionLog(); file_put_contents($executionLogFile, json_encode($executionLog)); }); }
[+]
..
[-] TestCase.php
[edit]
[-] ResellerTest.php
[edit]
[-] ApiClientTest.php
[edit]
[-] IpTest.php
[edit]
[-] WebspaceTest.php
[edit]
[-] CertificateTest.php
[edit]
[-] SessionTest.php
[edit]
[-] SecretKeyTest.php
[edit]
[-] ServerTest.php
[edit]
[-] EventLogTest.php
[edit]
[-] autoload.php
[edit]
[-] UiTest.php
[edit]
[-] DatabaseServerTest.php
[edit]
[-] LocaleTest.php
[edit]
[-] UserTest.php
[edit]
[-] CustomerTest.php
[edit]