diff options
author | tof <> | 2007-06-27 11:51:32 +0000 |
---|---|---|
committer | tof <> | 2007-06-27 11:51:32 +0000 |
commit | fdb122f2da9e36dd41243a69e8ea9eec20ad3a1d (patch) | |
tree | ffe0f3ca249df9a97b80240c04cf9e5e4b827bed /.gitattributes | |
parent | 0621133cf16ece2cbf4be49438ab0eacaada5630 (diff) |
Add unit test for TXmlDocument and TXmlElementList
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3631f793..e7d123b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3057,4 +3057,5 @@ tests/unit/Xml/TRssFeedDocumentTest.php -text tests/unit/Xml/TXmlDocumentTest.php -text tests/unit/Xml/TXmlElementListTest.php -text tests/unit/Xml/TXmlElementTest.php -text +tests/unit/Xml/data/test.xml -text tests/unit/phpunit.php -text |