Add rule for operator spacing

[MAILPOET-2090]
This commit is contained in:
Pavel Dohnal
2019-05-20 13:57:13 +02:00
committed by M. Shull
parent 5da7110eb6
commit 12ff88ee21
39 changed files with 167 additions and 162 deletions

View File

@ -10,7 +10,7 @@ class ExportFilesCleanupTest extends \MailPoetTest {
$wp_upload_dir = wp_upload_dir();
$old_file_path = $wp_upload_dir['basedir'] . '/mailpoet/MailPoet_export_old_file.csv';
$new_file_path = $wp_upload_dir['basedir'] . '/mailpoet/MailPoet_export_new_file.csv';
touch($old_file_path, time() - (60 * 60 * 24 * 7));
touch($old_file_path, time() - (60 * 60 * 24 * 7));
touch($new_file_path);
$cleanup = new ExportFilesCleanup();