You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #111 , we learned that the default composer test will fail after initial configure due to the current structure of navigating to cd plugins/[folder] before running phpcs or phpunit and the resulting folder not having proper .phpcs.xml (prefixes, names, etc) nor a proper phpunit.xml.
Steps To Reproduce
Clone this repo
run yes '' | php ./configure.php --project_name=cwp --author_name=cwp [email protected] (accepting all defaults)
run composer install
run composer test
Observe failures
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
While working on #111 , we learned that the default
composer test
will fail after initial configure due to the current structure of navigating tocd plugins/[folder]
before running phpcs or phpunit and the resulting folder not having proper.phpcs.xml
(prefixes, names, etc) nor a properphpunit.xml
.Steps To Reproduce
yes '' | php ./configure.php --project_name=cwp --author_name=cwp [email protected]
(accepting all defaults)composer install
composer test
Additional Information
No response
The text was updated successfully, but these errors were encountered: