TODO.txt 561B

1234567891011121314151617181920212223
  1. Still TODO Before Complete for PHP
  2. ----------------------------------
  3. Port:
  4. - Hamcrest_Collection_*
  5. - IsCollectionWithSize
  6. - IsEmptyCollection
  7. - IsIn
  8. - IsTraversableContainingInAnyOrder
  9. - IsTraversableContainingInOrder
  10. - IsMapContaining (aliases)
  11. Aliasing/Deprecation (questionable):
  12. - Find and fix any factory methods that start with "is".
  13. Namespaces:
  14. - Investigate adding PHP 5.3+ namespace support in a way that still permits
  15. use in PHP 5.2.
  16. - Other than a parallel codebase, I don't see how this could be possible.