diff options
author | carl <> | 2007-07-26 16:01:17 +0000 |
---|---|---|
committer | carl <> | 2007-07-26 16:01:17 +0000 |
commit | bb0f7a0f25545b067d796d2eeeecb19901abdd5f (patch) | |
tree | 32255c16eb5c6f553c384ac9d1bfdae33cd5c7c3 /.gitattributes | |
parent | 01997bcbaa545654111d88e2386c54087b5a2ce8 (diff) |
#623 - MemCache to support multiple servers
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 562aabaf..a0236619 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2973,6 +2973,7 @@ tests/unit/Caching/AllTests.php -text tests/unit/Caching/TAPCCacheTest.php -text tests/unit/Caching/TDirectoryCacheDependencyTest.php -text tests/unit/Caching/TFileCacheDependencyTest.php -text +tests/unit/Caching/TMemCacheTest.php -text tests/unit/Caching/TSqliteCacheTest.php -text tests/unit/Collections/AllTests.php -text tests/unit/Collections/TAttributeCollectionTest.php -text |