diff options
author | wei <> | 2007-01-09 10:42:06 +0000 |
---|---|---|
committer | wei <> | 2007-01-09 10:42:06 +0000 |
commit | 03f362a40a8dd39f8c8b4bf816334922b7b264e4 (patch) | |
tree | 73efc71e946519d2086520102a6c8a022510463a /.gitattributes | |
parent | a59a458f9ae2b178d08854c112f34068b50ea243 (diff) |
add TActiveRecord::findAllByPks()
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 84c9874b..d43a248b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2352,6 +2352,7 @@ tests/simple_unit/ActiveRecord/ActiveRecordRegistryTestCase.php -text tests/simple_unit/ActiveRecord/BaseActiveRecordTestCase.php -text tests/simple_unit/ActiveRecord/CountRecordsTestCase.php -text tests/simple_unit/ActiveRecord/DeleteByPkTestCase.php -text +tests/simple_unit/ActiveRecord/FindByPksTestCase.php -text tests/simple_unit/ActiveRecord/FindBySqlTestCase.php -text tests/simple_unit/ActiveRecord/SqliteTestCase.php -text tests/simple_unit/ActiveRecord/UserRecordTestCase.php -text |