Skip to content

Commit

Permalink
add wp-phpunit env vars to phpunit xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Jul 7, 2018
1 parent 6278bf7 commit d38e3b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -19,4 +19,8 @@
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<php>
<env name="WP_PHPUNIT__TESTS_CONFIG" value="tests/wp-config.php" />
<env name="WP_PHPUNIT__TABLE_PREFIX" value="tests_" />
</php>
</phpunit>

0 comments on commit d38e3b4

Please sign in to comment.