diff options
author | wei <> | 2006-11-28 23:34:00 +0000 |
---|---|---|
committer | wei <> | 2006-11-28 23:34:00 +0000 |
commit | f4925fce58f1827515ced2c32bb12f2aa977a1f2 (patch) | |
tree | b577eaaf872cd9d640f3ea8783fb4c898ca0ca57 /.gitattributes | |
parent | 51fe975484bb4d1e8e63f4438c1c8e7f1b41c5df (diff) |
Make simpletest E_STRICT compatible
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 049a9856..c67c8d8c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1723,6 +1723,7 @@ tests/FunctionalTests/tickets/protected/pages/Ticket311.page -text tests/FunctionalTests/tickets/protected/pages/Ticket312.page -text tests/FunctionalTests/tickets/protected/pages/Ticket351.page -text tests/FunctionalTests/tickets/protected/pages/Ticket453.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket463.page -text tests/FunctionalTests/tickets/protected/pages/Ticket54.page -text tests/FunctionalTests/tickets/protected/pages/Ticket54Master.php -text tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl -text @@ -1745,6 +1746,7 @@ tests/FunctionalTests/tickets/tests/Ticket27TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket284TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket285TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket28TestCase.php -text +tests/FunctionalTests/tickets/tests/Ticket463TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket54TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket72TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket93TestCase.php -text |