diff options
author | knut <> | 2007-06-11 13:07:43 +0000 |
---|---|---|
committer | knut <> | 2007-06-11 13:07:43 +0000 |
commit | 9cd30d599e11a37d74146158ee928a627fcd80a5 (patch) | |
tree | 5d5383956063d5e547f1813dd3a0b69fb933fcb4 /.gitattributes | |
parent | 7315ec25dc4ad7ef6cfdff47655d8a3c5f5cac4c (diff) |
added some caching tests
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 976fcbab..897d2f7c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2824,8 +2824,10 @@ tests/test_tools/simpletest/simpletest.php -text tests/test_tools/simpletest/test_case.php -text tests/unit/AllTests.php -text 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/TSqliteCacheTest.php -text tests/unit/Collections/AllTests.php -text tests/unit/Collections/TAttributeCollectionTest.php -text tests/unit/Collections/TListTest.php -text |