Ignore:
Timestamp:
Apr 27, 2017 5:17:20 PM (7 years ago)
Author:
anonymous
Message:

Confirm tests run correctly (for mysql >= 5.7 need to set sql-mode=)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit.xml

    r599 r602  
    1212bootstrap="bootstrap.php"
    1313strict="true"
     14colors="true"
    1415verbose="true"
    15 debug="true"
     16debug="false"
    1617tap="true"
    1718stopOnError="true"
     
    2425    <testsuite>
    2526        <file>AppTest.php</file>
    26         <!-- <file>AuthFileTest.php</file> -->
     27        <file>AuthFileTest.php</file>
    2728        <!-- <file>AuthorizeNetTest.php</file> -->
    28         <!-- <file>AuthSQLTest.php</file> -->
    29         <!-- <file>CSSTest.php</file> -->
    30         <!-- <file>DBSessionHandlerTest.php</file> -->
    31         <!-- <file>EmailTest.php</file> -->
    32         <!-- <file>FormValidatorTest.php</file> -->
    33         <!-- <file>LockTest.php</file> -->
    34         <!-- <file>PayPalTest.php</file> -->
    35         <!-- <file>VersionTest.php</file> -->
    36         <!-- <file>UtilitiesTest.php</file> -->
     29        <file>AuthSQLTest.php</file>
     30        <file>CSSTest.php</file>
     31        <file>DBSessionHandlerTest.php</file>
     32        <file>EmailTest.php</file>
     33        <file>FormValidatorTest.php</file>
     34        <file>LockTest.php</file>
     35        <file>PayPalTest.php</file>
     36        <file>VersionTest.php</file>
     37        <file>UtilitiesTest.php</file>
    3738    </testsuite>
    3839
Note: See TracChangeset for help on using the changeset viewer.