php
php copied to clipboard
Exercism exercises in PHP.
When the strict-types concept is available in the track, replace `` in all DocBlocks in all exercises with the real URL of the concept.
See https://forum.exercism.org/t/scale-generator-tests/8236/1
For `#48in24` exercises should be synced a few days before they are featured. Exercism core team polishes these exercises some time in advance (see [`#48in24` forum threads](https://forum.exercism.org/c/exercism/48in24/364)), but there is...
# Problem Some practice exercises have [scenarios](https://github.com/exercism/problem-specifications#scenarios) "to allow for selectively including/excluding test cases based on a property of the test case". We currently have not defined how these are...
# Problem Exercism states in some places, that the "test first" approach it uses, is like TDD. This does not hold true for the order of tests in problem specifications....
We got #698 from exercism staff for this exercise. So we should be safe to completely sync it. - [ ] Run `bin/configlet sync -u -e ` (updates the Markdown...
- [ ] Run `bin/configlet sync -u -e dnd-character` (updates the Markdown files and maybe `tests.toml`) - docs: instructions unsynced: dnd-character - docs: introduction missing: dnd-character - metadata: unsynced: dnd-character...
https://github.com/exercism/php/issues/734 - Change: Added all the missing `testcases` - Also removed unused `testcases`.
ℹ More info: https://github.com/exercism/org-wide-files/commit/0328994b105cecbf8d5bcab2a7fc5b9791685f87 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/384
https://github.com/exercism/php/issues/735 Changes have been made to this pull request - Added `testdox` and no new test case is added. - Change: Defined `const` for `diagram` repeating value in test cases.