User tests: Successful: Unsuccessful:
Adding feature to ArrayHelper::getColumn()
that allows us to (optionally) use one of the columns as key
for the returned array.
Currently this returns an indexed array always with auto indexes. This PR is made backward compatible with the previous implementation.
Hi,
The libraries you have PR'd to here imported via composer from our framework. Can you please make this PR to the upstream Framework Utilities repository (https://github.com/joomla-framework/utilities) and when merged there it will be automatically included in the CMS when we next perform an update. You'll also find the unit tests in the framework repository :)
Thankyou!
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-04 09:30:07 |
Closed_By | ⇒ | wilsonge |
Labels |
Added:
?
|
I could not find any test class for
\Joomla\Utilities\ArrayHelper
anywhere. Do let me know if it is anywhere around so that I can update it too.