Make WordPress Core

Changeset 924 in tests for trunk/tests/ajax/TagSearch.php


Ignore:
Timestamp:
07/19/2012 06:18:12 PM (13 years ago)
Author:
nacin
Message:

By default, do not execute the ajax tests. They are slow due to the requirement that they run in a separate process for DOING_AJAX reasons.

As they will be run separately, stop running ajax tests in a separate process. The exception is autosave, which has DOING_AUTOSAVE.

When the full test suite is run as plain phpunit, add a message to remind the developer that ajax was not run.

see #49, see #42.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/ajax/TagSearch.php

    r904 r924  
    1313 * @since      3.4.0
    1414 * @group      ajax
    15  * @runTestsInSeparateProcesses
    1615 */
    1716class Tests_Ajax_TagSearch extends WP_Ajax_UnitTestCase {
Note: See TracChangeset for help on using the changeset viewer.