From 87e7366d4d9d3de79772b851f8772a4011d6227d Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sat, 25 Jun 2011 04:56:12 +0000 Subject: Added two methods for getting array elements out of TPriorityList above and below a specific priority, with inclusion. Added TPriorityMap and test cases. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3