Typos + missing + sorting use - #1017
Conversation
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
af69bcb to
69b67fb
Compare
|
OK, the issue was a commit, that only added the TestDox use above the other uses, but did not remove the lower use of TestDox. That likely happened as you merged in the changes to main. It's better to rebase the branches on main: git checkout main
git pull -p
git checkout typos-missing-sorting-use
git rebase main
git push -f |
|
Thanks for your help |
BookStoreTest.phpuse statementinword_countTest.phpuse statementsMarkdownTest.phpand itsexample.phpusestatement + apply[no important files changed]
Tell me if i shall drop one or more, or all of these!