Changeset 45827
- Timestamp:
- 08/19/2019 02:17:50 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r45799 r45827 112 112 npm run test:php -- --verbose -c tests/phpunit/multisite.xml --group ms-files && 113 113 npm run test:php -- --verbose -c phpunit.xml.dist --group external-http && 114 npm run test:php -- --verbose -c phpunit.xml.dist --group restapi-jsclient 114 npm run test:php -- --verbose -c phpunit.xml.dist --group restapi-jsclient && 115 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 116 LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__ 115 117 elif [[ "$WP_TRAVISCI" == "lint:php" ]]; then 116 118 docker-compose run --rm php composer format && -
trunk/tests/phpunit/tests/ajax/Response.php
r45607 r45827 70 70 * @runInSeparateProcess 71 71 * @preserveGlobalState disabled 72 * @group xdebug 72 73 */ 73 74 public function test_response_charset_in_header() { -
trunk/tests/phpunit/tests/oembed/headers.php
r45607 r45827 6 6 * @group oembed 7 7 * @group oembed-headers 8 * @group xdebug 8 9 */ 9 10 class Tests_oEmbed_HTTP_Headers extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.