Implemented Unit test collection for all methods in Collector class (except for method debug()).
Also implemented a minor fix inCollector.php to properly filter out empty strings when using whereHas() and whereHasNot().
If you want me to remove this fix and revert the behavior of "whereHas() & whereHasNot()" to the previous version, where this method returns objects that have an empty string in the requested key, just leave a comment on this PR, please.
Implemented Unit test collection for all methods in
Collector
class (except for methoddebug()
).Also implemented a minor fix in
Collector.php
to properly filter out empty strings when usingwhereHas()
andwhereHasNot()
. If you want me to remove this fix and revert the behavior of "whereHas() & whereHasNot()" to the previous version, where this method returns objects that have an empty string in the requested key, just leave a comment on this PR, please.This PR Closes #23