Make WordPress Core

Changeset 865 in tests for trunk/phpunit.xml


Ignore:
Timestamp:
07/02/2012 06:15:04 PM (13 years ago)
Author:
nacin
Message:

For query tests that don't require a post (or comment) to pass, test twice - with and without posts/comments.

Remove cruft. Uncomment knownWPBug (it passes in 3.5, but the ticket is currently open for discussion).

Remove @ticket, as these get picked up as groups.

Exclude final file to be ported, this time with a relative path. see #97.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml

    r853 r865  
    88        <testsuite>
    99            <directory suffix=".php">wp-testcase</directory>
     10            <exclude>wp-testcase/test_query_results.php</exclude>
    1011        </testsuite>
    1112    </testsuites>
Note: See TracChangeset for help on using the changeset viewer.