diff options
author | knut <> | 2006-05-16 18:16:16 +0000 |
---|---|---|
committer | knut <> | 2006-05-16 18:16:16 +0000 |
commit | c6730f23829f07c404b65ed3d1f5c2a5808be2cf (patch) | |
tree | 069e9665191f4822a18a06bba07aef916ea6a5ac /.gitattributes | |
parent | 5a73a2d3140db38cba43bf34f90831e0e26a8ffd (diff) |
Added unit test stubs for Xml classes #168
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index cf231c58..ec5bda0b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1462,4 +1462,7 @@ tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php -text tests/unit/Web/UI/WebControls/TXmlTransformTest.php -text tests/unit/Web/UI/WebControls/data/hello.xml -text tests/unit/Web/UI/WebControls/data/hello.xsl -text +tests/unit/Xml/TXmlDocumentTest.php -text +tests/unit/Xml/TXmlElementListTest.php -text +tests/unit/Xml/TXmlElementTest.php -text tests/unit/phpunit2.php -text |