Skip to content

Commit

Permalink
Merge pull request #33 from tedivm/testing_update
Browse files Browse the repository at this point in the history
Separate Mail Server Setup into Development Package
  • Loading branch information
tedivm committed Jan 20, 2014
2 parents 1ff3441 + 8b2a3c9 commit 4432bd1
Show file tree
Hide file tree
Showing 64 changed files with 7 additions and 20,302 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ php:
- 5.5

before_script:
- tests/SetupEnvironment.sh
- composer install --dev
- vendor/tedivm/dovecottesting/SetupEnvironment.sh


script: phpunit --verbose --coverage-text
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
}
],
"require": {
"php": ">=5.3.0",
"ext-imap": "*"
"php": ">=5.3.0"
},
"require-dev": {
"tedivm/dovecottesting": "0.0.1"
},
"autoload": {
"psr-0": {"Fetch": "src/"}
}
Expand Down
28 changes: 0 additions & 28 deletions tests/SetupEnvironment.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
define('TESTING_ENVIRONMENT', 'VAGRANT');
define('TESTING_SERVER_HOST', '172.31.1.2');
echo 'Initializing Environment using Vagrant' . PHP_EOL;
passthru('/bin/bash ' . __DIR__ . '/SetupEnvironment.sh');
passthru('/bin/bash ' . __DIR__ . '/vendor/tedivm/dovecottesting/SetupEnvironment.sh');
echo 'Environment Initialized' . PHP_EOL . PHP_EOL . PHP_EOL;
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed tests/resources/Attachments/Test_card.png
Binary file not shown.
Binary file removed tests/resources/Attachments/Test_card.png.zip
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4432bd1

Please sign in to comment.