Make WordPress Core


Ignore:
Timestamp:
10/15/2015 09:30:52 PM (9 years ago)
Author:
ocean90
Message:

Tests: Remove the @runTestsInSeparateProcesses annotation for Ajax tests.

They were added 3 years ago in [846/tests] because tests weren't excluded from the normal runs.

Reverts [35209] because it doesn't work with Xdebug.
Tests_Ajax_Response::test_response_charset_in_header is the only test which needs to run in a separate process, see [975/tests].

See #31491.

File:
1 edited

Legend:

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

    r35209 r35211  
    77 * @since      3.5.0
    88 * @group      ajax
    9  * @runInSeparateProcess
    109 */
    1110class Tests_Ajax_Response extends WP_UnitTestCase {
     
    6665     * bootstrapper
    6766     * @ticket 19448
     67     * @runInSeparateProcess
     68     * @preserveGlobalState disabled
    6869     */
    6970    public function test_response_charset_in_header() {
Note: See TracChangeset for help on using the changeset viewer.