{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1782837027" } }
<phpunit bootstrap="bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"> <php> <const name="WPMUDEV_CUSTOM_API_SERVER" value="https://staging.wpmudev.org/"/> <const name="WP_HOME" value="http://wpmudash-unit.test/"/> <const name="WP_SITEURL" value="http://wpmudash-unit.test/"/> </php> <testsuites> <testsuite name="default"> <directory prefix="test-" suffix=".php">./single-site</directory> </testsuite> </testsuites> <filter> <!--phpunit -c tests/php/phpunit.xml --coverage-text --coverage-html /srv/www/default/phpunit/--> <whitelist processUncoveredFilesFromWhitelist="false"> <directory suffix=".php">../../</directory> <exclude> <directory suffix=".php">../../tests</directory> <directory suffix=".php">../../node_modules</directory> <directory suffix=".php">../../assets</directory> <directory suffix=".php">../../keys</directory> <directory suffix=".php">../../language</directory> </exclude> </whitelist> </filter> </phpunit>