]> git.mxchange.org Git - friendica.git/commit
Config: Improve the node.config.php transformation
authorPhilipp <admin@philipp.info>
Sat, 14 Jan 2023 23:53:51 +0000 (00:53 +0100)
committerPhilipp <admin@philipp.info>
Sat, 14 Jan 2023 23:53:51 +0000 (00:53 +0100)
commit4c28f9cf9c882803cc810327b657437f815afa43
tree9d135c05a6199688e7a2ab45f8b1b457b0972bae
parenteda65296f58d01d5c21de691209c0ca9b7748dab
Config: Improve the node.config.php transformation
- Add more types
- Improvement for assoziative arrays and key-value arrays
- Add a lot more tests
src/Core/Config/Util/ConfigFileTransformer.php
tests/datasets/config/B.node.config.php
tests/datasets/config/C.node.config.php [deleted file]
tests/datasets/config/transformer/C.node.config.php [new file with mode: 0644]
tests/datasets/config/transformer/D.node.config.php [new file with mode: 0644]
tests/datasets/config/transformer/object.node.config.php [new file with mode: 0644]
tests/datasets/config/transformer/ressource.node.config.php [new file with mode: 0644]
tests/datasets/config/transformer/small_types.node.config.php [new file with mode: 0644]
tests/datasets/config/transformer/types.node.config.php [new file with mode: 0644]
tests/src/Core/Config/Util/ConfigFileTransformerTest.php