diff options
author | carl <> | 2007-07-26 15:53:02 +0000 |
---|---|---|
committer | carl <> | 2007-07-26 15:53:02 +0000 |
commit | 5f31c6f8f792cea40abca1505febc539c2c469fb (patch) | |
tree | 7004761f79aeb17271d345f019b2c744a25f2f59 /.gitattributes | |
parent | 00c9476f249b89a35f1f6d20e91417ac4c7580f4 (diff) |
#680 - implementation of TMemCacheSession
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5b068d73..562aabaf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2225,6 +2225,7 @@ framework/Web/THttpRequest.php -text framework/Web/THttpResponse.php -text framework/Web/THttpSession.php -text framework/Web/THttpUtility.php -text +framework/Web/TMemCacheSession.php -text framework/Web/TUrlManager.php -text framework/Web/TUrlMapping.php -text framework/Web/UI/ActiveControls/TActiveButton.php -text @@ -3124,6 +3125,7 @@ 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/TMemCacheSessionTest.php -text tests/unit/Web/TUriTest.php -text tests/unit/Web/UI/ActiveControls/AllTests.php -text tests/unit/Web/UI/ActiveControls/TActiveHiddenFieldTest.php -text |