Make WordPress Core


Ignore:
Timestamp:
08/19/2019 02:17:50 AM (7 years ago)
Author:
pento
Message:

Tests: Add an xdebug group for tests that require xdebug.

These tests are now also run as their own part of the Travis build, to ensure performance of other tests isn't affected by the presence of xdebug.

Fixes #40532.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/Response.php

    r45607 r45827  
    7070         * @runInSeparateProcess
    7171         * @preserveGlobalState disabled
     72         * @group xdebug
    7273         */
    7374        public function test_response_charset_in_header() {
Note: See TracChangeset for help on using the changeset viewer.