diff options
author | knut <> | 2007-06-04 23:33:06 +0000 |
---|---|---|
committer | knut <> | 2007-06-04 23:33:06 +0000 |
commit | 996bb8664856b302c96e19c6899010ea72ababe6 (patch) | |
tree | 0daad116697c7c9f58bc74244277457ede412348 /.gitattributes | |
parent | b7d5fc392611f0cb7f1ff6d87b758cb9572c7806 (diff) |
added more unit test stubs
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 72280b65..44d5fea9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2818,12 +2818,15 @@ tests/test_tools/simpletest/selector.php -text 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/TCacheTest.php -text tests/unit/Caching/TDirectoryCacheDependencyTest.php -text tests/unit/Caching/TFileCacheDependencyTest.php -text tests/unit/Collections/AllTests.php -text tests/unit/Collections/TAttributeCollectionTest.php -text tests/unit/Collections/TListTest.php -text tests/unit/Collections/TMapTest.php -text +tests/unit/Collections/TPagedDataSourceTest.php -text tests/unit/Collections/TPagedListTest.php -text tests/unit/Collections/TQueueTest.php -text tests/unit/Collections/TStackTest.php -text @@ -2950,8 +2953,16 @@ tests/unit/SQLMap/scripts/sqlite/database.sql -text tests/unit/SQLMap/sqlite.xml -text tests/unit/SQLMap/sqlite/backup.db -text tests/unit/SQLMap/sqlite/tests.db -text +tests/unit/Security/AllTests.php -text +tests/unit/Security/TAuthManagerTest.php -text +tests/unit/Security/TAuthorizationRuleTest.php -text +tests/unit/Security/TSecurityManagerTest.php -text +tests/unit/Security/TUserManagerTest.php -text +tests/unit/Security/TUserTest.php -text tests/unit/TComponentTest.php -text -tests/unit/Util/DateTimeStampTestCase.php -text +tests/unit/Util/AllTests.php -text +tests/unit/Util/TDateTimeStampTest.php -text +tests/unit/Util/TLoggerTest.php -text tests/unit/Web/AllTests.php -text tests/unit/Web/TAssetManagerTest.php -text tests/unit/Web/THttpCookieCollectionTest.php -text |