diff options
author | wei <> | 2007-05-10 03:22:04 +0000 |
---|---|---|
committer | wei <> | 2007-05-10 03:22:04 +0000 |
commit | ef2fc3942664d4d7131542080e838f7754a3081f (patch) | |
tree | fab3192f13bf9526ed612f8a1600aa1fd6f882bf /.gitattributes | |
parent | 0301d3a65dec4d4b35d3fe9bfbe33728a4d05f48 (diff) |
Add unit test code for #589.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 82d13fe6..64f8a224 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2834,6 +2834,8 @@ tests/simple_unit/TableGateway/MagicCallTest.php -text tests/simple_unit/TableGateway/TableGatewayPgsqlTest.php -text tests/simple_unit/TableGateway/TableInfoGatewayTest.php -text tests/simple_unit/TableGateway/TestFindByPk.php -text +tests/simple_unit/Tickets/Ticket589Test.php -text +tests/simple_unit/Tickets/sqlmap.xml -text tests/simple_unit/application.xml -text tests/simple_unit/unit.php -text tests/simple_unit/ws.php -text |