diff options
author | knut <> | 2007-06-19 22:37:27 +0000 |
---|---|---|
committer | knut <> | 2007-06-19 22:37:27 +0000 |
commit | 186da7689fbefd22726c5b751b60f7aeccba6a98 (patch) | |
tree | ce0684bca2b3e3b2569a790eeb775fc262bb0736 /.gitattributes | |
parent | 869a2aa2bad745d7363833489b234e45a2200692 (diff) |
added some more unit test stubs
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a0576804..8ef7f0cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2847,6 +2847,7 @@ tests/unit/I18N/core/DateTimeFormatInfoTest.php -text tests/unit/I18N/core/NumberFormatInfoTest.php -text tests/unit/I18N/core/NumberFormatTest.php -text tests/unit/IO/AllTests.php -text +tests/unit/IO/TTarFileExtractorTest.php -text tests/unit/IO/TTextWriterTest.php -text tests/unit/Prado.php -text tests/unit/SQLMap/BaseTest.php -text @@ -2986,7 +2987,15 @@ tests/unit/Web/UI/TClientScriptManagerTest.php -text tests/unit/Web/UI/TControlAdapterTest.php -text tests/unit/Web/UI/TControlTest.php -text tests/unit/Web/UI/TFormTest.php -text +tests/unit/Web/UI/THtmlWriterTest.php -text +tests/unit/Web/UI/TPageStatePersisterTest.php -text tests/unit/Web/UI/TPageTest.php -text +tests/unit/Web/UI/TSessionPageStatePersisterTest.php -text +tests/unit/Web/UI/TTemplateControlTest.php -text +tests/unit/Web/UI/TTemplateManagerTest.php -text +tests/unit/Web/UI/TTemplateTest.php -text +tests/unit/Web/UI/TThemeManagerTest.php -text +tests/unit/Web/UI/TThemeTest.php -text tests/unit/Web/UI/WebControls/AllTests.php -text tests/unit/Web/UI/WebControls/TDropDownListTest.php -text tests/unit/Web/UI/WebControls/TLabelTest.php -text |