paulgibbs / behat-wordpress-extension

WordHat: Behat for WordPress
https://wordhat.info
GNU General Public License v3.0
106 stars 20 forks source link

Database: add support to delete generated database dumps after-scenario. #259

Closed paulgibbs closed 5 years ago

paulgibbs commented 5 years ago

Description

If WordHat is configured to generate a DB dump during its run, WordHat was leaving alot of files littering up PHP's temporary folder.

Related issue

227

Motivation and context

Stops cluttering up disk space. Database dumps could be large! Every megabyte counts!

How has this been tested?

Locally.

Types of changes

Checklist:

paulgibbs commented 5 years ago

I must have rebased this destructively some point in the past, I'm doing a new PR.