Skip to content

Commit 4432bd1

Browse files
committed
Merge pull request #33 from tedivm/testing_update
Separate Mail Server Setup into Development Package
2 parents 1ff3441 + 8b2a3c9 commit 4432bd1

File tree

64 files changed

+7
-20302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+7
-20302
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ php:
66
- 5.5
77

88
before_script:
9-
- tests/SetupEnvironment.sh
109
- composer install --dev
10+
- vendor/tedivm/dovecottesting/SetupEnvironment.sh
11+
1112

1213
script: phpunit --verbose --coverage-text

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.0",
16-
"ext-imap": "*"
15+
"php": ">=5.3.0"
1716
},
17+
"require-dev": {
18+
"tedivm/dovecottesting": "0.0.1"
19+
},
1820
"autoload": {
1921
"psr-0": {"Fetch": "src/"}
2022
}

tests/SetupEnvironment.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
define('TESTING_ENVIRONMENT', 'VAGRANT');
2424
define('TESTING_SERVER_HOST', '172.31.1.2');
2525
echo 'Initializing Environment using Vagrant' . PHP_EOL;
26-
passthru('/bin/bash ' . __DIR__ . '/SetupEnvironment.sh');
26+
passthru('/bin/bash ' . __DIR__ . '/vendor/tedivm/dovecottesting/SetupEnvironment.sh');
2727
echo 'Environment Initialized' . PHP_EOL . PHP_EOL . PHP_EOL;
2828
}
2929

Binary file not shown.
Binary file not shown.
-25.7 KB
Binary file not shown.
-23.2 KB
Binary file not shown.

tests/resources/Maildir/.Flagged Email/cur/1386550861.M440704P15626.tedivm,S=4892,W=4985:2,FSabcd

Lines changed: 0 additions & 93 deletions
This file was deleted.

tests/resources/Maildir/.Flagged Email/cur/1386550861.M531133P15626.tedivm,S=4897,W=4990:2,FSacd

Lines changed: 0 additions & 93 deletions
This file was deleted.

tests/resources/Maildir/.Flagged Email/cur/1386550861.M640422P15626.tedivm,S=4854,W=4947:2,FSad

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)