diff options
author | knut <> | 2007-06-09 14:16:18 +0000 |
---|---|---|
committer | knut <> | 2007-06-09 14:16:18 +0000 |
commit | 7315ec25dc4ad7ef6cfdff47655d8a3c5f5cac4c (patch) | |
tree | 2b912da1a4bb6e0d46509b31da484a882acc96dd /.gitattributes | |
parent | c91ec2590f9c1f7689c468284dc4d523da308897 (diff) |
added custom Prado class for unit tests
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 755e05e5..976fcbab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2824,7 +2824,6 @@ 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 @@ -2847,6 +2846,7 @@ tests/unit/I18N/core/NumberFormatInfoTest.php -text tests/unit/I18N/core/NumberFormatTest.php -text tests/unit/IO/AllTests.php -text tests/unit/IO/TTextWriterTest.php -text +tests/unit/Prado.php -text tests/unit/SQLMap/BaseTest.php -text tests/unit/SQLMap/CacheTest.php -text tests/unit/SQLMap/ConfigureTest.php -text |