Robert Hafner

Results 190 comments of Robert Hafner

Any change you've had another chance to look over the unit tests? I'm a bit concerned about test coverage here.

If you want to make a pull request I'll change this.

I"m good with bumping the version number, particularly as there are other changes I would like to make that also break BC.

runTests.sh should always run the vagrant provisioning script, and that is supposed refresh the environment. You can see this in the [setupEnvironment.sh](https://github.com/tedious/DovecotTesting/blob/master/SetupEnvironment.sh#L31) script and then in the [provisioning.sh](https://github.com/tedious/DovecotTesting/blob/master/resources/Scripts/Provision.sh#L40) one. If...

Travis no longer gives open source projects credit, so we need to migrate to github actions or circleci.

I'd rather this get fixed in such a way that it does not require a configuration setting, but simple works for the use case you're providing (i.e., that .eml files...

Thanks for putting so much work into this! I'm going to take a look at it next week (personal stuff has kept me busy the last week) and will either...

Ignore the scrutinizer thing, that's purely informational. Travis-CI is where the issue is occurring- https://travis-ci.org/tedivm/Fetch/jobs/25022348 The unit testing is working fine (although it seriously drops code coverage, meaning you'll probably...

Try ``` ./vendor/bin/php-cs-fixer fix ./ --level="all" -vv ```

Ah, the problem is that there has been a lot of updates in the mainline of code, and your branch is rather older. It's also making the pull request unable...