Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add REST API tests #5310

Merged
merged 9 commits into from Nov 8, 2016
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -62,6 +62,9 @@
<testsuite name="uninstall">
<directory prefix="test_" suffix=".php">tests/php/uninstall</directory>
</testsuite>
<testsuite name="restapi">
<directory prefix="test_" suffix="rest-api-endpoints.php">tests/php/_inc/lib</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
Expand Down