Skip to content

Commit

Permalink
Make note about the mysql transaction enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Jun 3, 2019
1 parent 5e495e7 commit 058946f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@ From within your wp-tests.config.php add a custom memory limit
define( 'WP_MEMORY_LIMIT', '128M' );
```

#### Prevent plugins from breaking mysql transactions

Some third party plugins use their own transactions which cause unpredictable results with the transactions used by `wp-unit`.

This library automatically accounts for outside transactions.

0 comments on commit 058946f

Please sign in to comment.