1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated phpunit.xml.dist file so that travis tests files correctly More... over 7 years ago
Fixed weird stray comment in AbstractRow that caused tests to fail. More... over 7 years ago
Merge pull request #162 from nozavroni/refactor/141 More... over 7 years ago
Merge branch 'releases/v0.2.2' into refactor/141 More... over 7 years ago
Merge pull request #163 from nozavroni/analysis-8n0wP5 More... over 7 years ago
Apply fixes from StyleCI More... over 7 years ago
Trying to get styleci working More... over 7 years ago
Altered styleci config (removed no package phpdoc fixer) More... over 7 years ago
Added note to roadmap More... over 7 years ago
Added styleci configuration and fixed git ignore conflict(s) More... over 7 years ago
Added magic __call method and tested it More... over 7 years ago
Added various numeric methods for TabularCollection columns More... over 7 years ago
Added Collection::pairs() method (and tests) More... over 7 years ago
Added unit tests for TabularCollection::contains() and refactored AbstractCollection::contains() More... over 7 years ago
Added TabularCollection tests (started them) * references "feature" More... over 7 years ago
Added files I forgot from last commit More... over 7 years ago
Added tests for MultiCollection as well as a Base Collection test class More... over 7 years ago
Updated dependencies and installed faker for testing More... over 7 years ago
Added tests for the remaining collection methods for CharCollection * references "feature" More... over 7 years ago
Added CharCollection::pad() More... over 7 years ago
Added a bunch of tests for CharCollection. More... over 7 years ago
PHPUnit update More... over 7 years ago
Added several NumericCollection methods such as counts() More... over 7 years ago
numeric data collection methods More... over 7 years ago
AbstractCollection::factory() will now do its best to return the most appropriate collection type for every possible case (for whatever you pass to it). More... over 7 years ago
Added CharCollection class. More... over 7 years ago
Implemented "Countable" More... over 7 years ago
AbstractCollection now implements ArrayAccess More... over 7 years ago
Added test for is_traversable(collection) More... over 7 years ago
Added another iterator test More... over 7 years ago