Skip to content

Instantly share code, notes, and snippets.

@aaroneaton
Last active May 13, 2018 00:55
Show Gist options
  • Save aaroneaton/8465268 to your computer and use it in GitHub Desktop.
Save aaroneaton/8465268 to your computer and use it in GitHub Desktop.
Include the WordPress unit tests as a Composer package
"repositories": [
{
"type" : "package",
"package": {
"name": "wordpress/unit-tests",
"version": "1.0",
"source" : {
"type": "svn",
"url": "http://unit-tests.svn.wordpress.org",
"reference": "trunk"
}
}
}
],
"require": {
"phpunit/phpunit": "3.7.*",
"wordpress/unit-tests": "1.0"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment