https://github.com/SemanticMediaWiki/SemanticNotifications/blob/master/.travis.yml specifies 4.8.x, which appears to be the default by looking at the relevant.sh file. Is that intended?
Any reason to not use PHPUnit >=5.4? Like this you are writing new test code with constructs already deprecated and that will be removed in PHPUnit 6.0, which is not all that far off. Most notably getMock vs createMock
https://github.com/SemanticMediaWiki/SemanticNotifications/blob/master/.travis.yml specifies 4.8.x, which appears to be the default by looking at the relevant.sh file. Is that intended?
Any reason to not use PHPUnit >=5.4? Like this you are writing new test code with constructs already deprecated and that will be removed in PHPUnit 6.0, which is not all that far off. Most notably getMock vs createMock