Closed Koopzington closed 7 years ago
move phpunit to "require" section in composer.json, also, this should belongs to develop branch, after it pointed to develop, please rebase agains develop.
https://github.com/zendframework/zend-mail/pull/121 every other PR regarding the coding standard was against master, why should we do it differently in this case?
upping phpunit was went to develop, and I think goes to master without coding fix will go bugs, please check #43 for the phpunit 5 & 6 compat fix
not entirely sure but i think i just screwed up, didn't i?
You can do with the following steps:
git checkout develop
git pull git@github.com:zendframework/zend-test.git develop
git checkout new-coding-standard
git rebase develop
at this stage, you can fixes the conflicts (don't commit), then do
git add .
git rebase --continue
Next, do force push:
git push --force origin new-coding-standard
Lastly, point the PR to develop branch via "Edit" button in PR title, select "base" branch to develop.
seems to look good now
Usage of the newly introduced zendframework/zend-coding-standard for CS checks.