Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
ConfigLibTest.php 5.88 KB

Latest revisions

# Date Author Comment
01258f1e 05/23/2024 05:37 PM Marcos M

Support adding to an array in array_set_path()

- Avoid infinite loop with empty paths.
- Support setting $value to the $arr root.
- If $path contains a trailing forward-slash '/', push $value to the
leaf node; replace the leaf node if it's a scalar.

abe73fb3 08/17/2023 10:33 PM Reid Linnemann

Update .gitignore and remove autosave file from tests

211d0196 05/10/2023 08:51 PM Reid Linnemann

Relocate ConfigLibTest.php to new tests directory

To correctly handle running test in situ, add set_include_path() call to add
relative src/etc/inc path to the include path string

View revisions

Also available in: Atom