diff options
author | knut <> | 2006-01-26 21:42:08 +0000 |
---|---|---|
committer | knut <> | 2006-01-26 21:42:08 +0000 |
commit | ddc25b8fee819757f6468383e6c0183610feb949 (patch) | |
tree | 0d26f9f3db27359dc2207239f21bddca6e2ab90e /.gitattributes | |
parent | 6baade86cc27d460dc780c016a6560deae48d247 (diff) |
Prototype on new test system with Phing and PHPUnit2 to generate both Unit Test reports and corresponding Code Coverage reports
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 645acbff..ae17cc37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /COPYRIGHT -text /HISTORY -text /UPGRADE -text +/build.xml -text demos/composer/index.php -text demos/composer/index2.php -text demos/composer/protected/pages/ClassDefinition.php -text @@ -144,6 +145,11 @@ demos/quickstart/themes/Simple/style.css -text docs/application.xml -text docs/conceptual-structure.vsd -text docs/request-sequence.vsd -text +etc/style/coverage-frames.xsl -text +etc/style/log.xsl -text +etc/style/phpunit2-frames.xsl -text +etc/style/phpunit2-noframes.xsl -text +etc/style/str.replace.function.xsl -text framework/.htaccess -text framework/3rdParty/SafeHtml/HTMLSax3.php -text framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php -text @@ -892,6 +898,9 @@ tests/UnitTests/simpletest/url.php -text tests/UnitTests/simpletest/user_agent.php -text tests/UnitTests/simpletest/web_tester.php -text tests/UnitTests/simpletest/xml.php -text +tests/unit/Collections/TListTest.php -text +tests/unit/TComponentTest.php -text +tests/unit/phpunit2.php -text tools/.htaccess -text tools/jsbuilder/build.php -text tools/jsbuilder/custom_rhino.jar -text |