Skip to content

Commit

Permalink
With the speedtrap listener gone, we can update PHPUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed May 26, 2019
1 parent cf783a0 commit fb16c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -34,7 +34,7 @@
"roots/wordpress": "*",
"vlucas/phpdotenv": "^3",
"wp-cli/wp-cli-bundle": "^2.1",
"phpunit/phpunit": "^5"
"phpunit/phpunit": "^5 || ^7"
},
"scripts": {
"test:cs": [
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -12,7 +12,7 @@
<env name="WP_PHPUNIT__TESTS_CONFIG" value="tests/wp-tests-config.php" />
</php>
<testsuites>
<testsuite>
<testsuite name="main">
<directory prefix="test-" suffix=".php">./tests/phpunit/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit fb16c17

Please sign in to comment.