Skip to content

Commit

Permalink
Merge pull request #47 from aaemnnosttv/chores
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv authored Aug 15, 2021
2 parents 26589bf + 7af82c7 commit 6ee4b91
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 87 deletions.
7 changes: 0 additions & 7 deletions .nitpick.json

This file was deleted.

11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
branches:
only:
- master

language: php

services:
- mysql

php:
- 5.6
- 7.2
- 7.3
- 7.4
- 8.0
- 7.4
- 7.3
- 5.6

install: composer install

Expand Down
10 changes: 0 additions & 10 deletions tests/Context/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ public function install_wp($subdir = '') {
);
}

public function download_wp($subdir = '')
{
parent::download_wp($subdir);

$dest_dir = $this->variables['RUN_DIR'] . "/$subdir";

// Replace default no-mail with one that doesn't fail.
copy(dirname(dirname(__DIR__)) . '/utils/no-mail.php', $dest_dir . '/wp-content/mu-plugins/no-mail.php');
}

public function start_php_server( $subdir = '' ) {
$dir = $this->variables['RUN_DIR'] . '/';
if ( $subdir ) {
Expand Down
46 changes: 0 additions & 46 deletions utils/behat-tags.php

This file was deleted.

20 changes: 0 additions & 20 deletions utils/no-mail.php

This file was deleted.

0 comments on commit 6ee4b91

Please sign in to comment.