Make WordPress Core

Changeset 866 in tests for trunk/phpunit.xml


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

Move the hooks test involving a closure to a separate file so it may be isolated for PHP 5.3+. see [862]. fixes #101.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml

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