diff options
author | knut <> | 2006-05-16 19:03:46 +0000 |
---|---|---|
committer | knut <> | 2006-05-16 19:03:46 +0000 |
commit | 042aecd418ba8294e05b4be816abcc880c166af1 (patch) | |
tree | 282d914d31553e8bb8875e17ea8578efbc6c8224 /.gitattributes | |
parent | c6730f23829f07c404b65ed3d1f5c2a5808be2cf (diff) |
Added unit test stubs for System.Web.* #168
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ec5bda0b..af043fd4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1456,6 +1456,14 @@ tests/unit/SQLMap/sqlite.xml -text tests/unit/SQLMap/sqlite/backup.db -text tests/unit/SQLMap/sqlite/tests.db -text tests/unit/TComponentTest.php -text +tests/unit/Web/TAssetManagerTest.php -text +tests/unit/Web/THttpCookieCollectionTest.php -text +tests/unit/Web/THttpCookieTest.php -text +tests/unit/Web/THttpRequestTest.php -text +tests/unit/Web/THttpResponseTest.php -text +tests/unit/Web/THttpSessionTest.php -text +tests/unit/Web/THttpUtilityTest.php -text +tests/unit/Web/TUriTest.php -text tests/unit/Web/UI/WebControls/TDropDownListTest.php -text tests/unit/Web/UI/WebControls/TLabelTest.php -text tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php -text |