merge upstream phpxmlrpc
[plcapi.git] / php / phpxmlrpc / demo / server / _append.php
1 <?php
2
3 // Out-of-band information: let the client manipulate the server operations.
4 // We do this to help the testsuite script: do not reproduce in production!
5 if (isset($_COOKIE['PHPUNIT_SELENIUM_TEST_ID']) && extension_loaded('xdebug')) {
6     include_once __DIR__ . "/../../vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/SeleniumCommon/append.php";
7 }