diff options
author | javalizard <> | 2011-06-25 04:56:12 +0000 |
---|---|---|
committer | javalizard <> | 2011-06-25 04:56:12 +0000 |
commit | 87e7366d4d9d3de79772b851f8772a4011d6227d (patch) | |
tree | 804e43ee4ec0f7177459f0ffb7ea654f7bfff00b /.gitattributes | |
parent | 15f6747485b5912f657c2c0fce8f41c01c70d2ad (diff) |
Added two methods for getting array elements out of TPriorityList above and below a specific priority, with inclusion. Added TPriorityMap and test cases.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 37006a6b..f76c026f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2370,6 +2370,7 @@ framework/Collections/TMap.php -text framework/Collections/TPagedDataSource.php -text framework/Collections/TPagedList.php -text framework/Collections/TPriorityList.php -text +framework/Collections/TPriorityMap.php -text framework/Collections/TQueue.php -text framework/Collections/TStack.php -text framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php -text @@ -3761,6 +3762,7 @@ tests/unit/Collections/TMapTest.php -text tests/unit/Collections/TPagedDataSourceTest.php -text tests/unit/Collections/TPagedListTest.php -text tests/unit/Collections/TPriorityListTest.php -text +tests/unit/Collections/TPriorityMapTest.php -text tests/unit/Collections/TQueueTest.php -text tests/unit/Collections/TStackTest.php -text tests/unit/Data/DataGateway/AllTests.php -text |