Changeset 602


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=)

Location:
trunk/tests
Files:
2 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
  • trunk/tests/run_tests.sh

    r599 r602  
    3838# Config options go in phpunit.xml
    3939# phpunit --tap | grep -v '^ok '
    40 phpunit --stderr --colors --debug || err "\nSomething went wrong (code $?). If there is no output above, check the php_error_log";
     40phpunit --stderr || err "\nSomething went wrong (code $?). If there is no output above, check the php_error_log";
    4141
Note: See TracChangeset for help on using the changeset viewer.