php
php copied to clipboard
Exercism exercises in PHP.
[no important files changed] https://github.com/exercism/php/issues/791 - Only testdox comment added in testcases.
We did a great job at synchronising exercises up to now. To keep that level, we regularly should scan for news about the synchronised exercises: - Add a curated list...
- [ ] Run `bin/configlet sync -u -e rotational-cipher --yes --docs --filepaths --metadata --tests include` (updates the Markdown files and maybe `tests.toml`) - [ ] Drop strict types comments from...
- [ ] Run `bin/configlet sync -u -e markdown --yes --docs --filepaths --metadata --tests include` (updates the Markdown files and maybe `tests.toml`) - docs: instructions unsynced: markdown - metadata: unsynced:...
- [ ] Run `bin/configlet sync -u -e matrix --yes --docs --filepaths --metadata --tests include` (updates the Markdown files and maybe `tests.toml`) - docs: instructions unsynced: matrix - metadata: unsynced:...
- [ ] Run `bin/configlet sync -u -e nth-prime --yes --docs --filepaths --metadata --tests include` (updates the Markdown files and maybe `tests.toml`) - docs: instructions unsynced: nth-prime - [ ]...
- [ ] Run `bin/configlet sync -u -e nucleotide-count --yes --docs --filepaths --metadata --tests include` (updates the Markdown files and maybe `tests.toml`) - docs: instructions unsynced: nucleotide-count - [ ]...
[In this forum thread](https://forum.exercism.org/t/bowling-confused-about-the-rules/18215) once again a student struggled with DRY'ed tests. We should not hide test details behind helper functions like `rollMany()` or `setUp()`. Instead inline all the details...
See [forum](https://forum.exercism.org/t/fix-checkout-in-configlet-generate-yml/15418/1) before merging!