Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Nested PHPUnit Support for Vagrant #187

Merged
merged 13 commits into from
Jun 7, 2016

Conversation

westonruter
Copy link
Contributor

See #165

MattGeri and others added 12 commits April 12, 2016 10:43
A first attempt at getting PHPUnit to run inside Vagrant on projects which have nested phpunit directories

* Need to potentially make the phpunit.xml.dist file dynamic
* Should we do the same execution on vassh? Maybe a refactor to make the Vagrant section cleaner and combine both vagrant ssh and vassh
* Is there a better implementation than find?
* Added a new function to check if a certain check should execute
* Added DEV_LIB_ONLY which now allows you to run only specific tests
* Updated the code that runs nested tests to remove mindepth as the phpunit config file is in the root
* Updated the documentation for the new DEV_LIB_ONLY environment variable
* Check if QUnit should be executed before running
* If a config is set, use it
* Otherwise, loop through the directories looking for a config file to use
* Configuring the grunt tasks to be able to be skipped using the check_should_execute method
@westonruter westonruter merged commit 0f3058b into master Jun 7, 2016
@westonruter westonruter deleted the bugfix/nested-phpunit-support2 branch June 7, 2016 06:26
westonruter added a commit to xwp/wp-customize-snapshots that referenced this pull request Jun 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants