File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33#### 2.0.11
44
5- * Updated to PHPUnit 4.5 (with Prophecy mocking framework included) * 2015-02-23*
5+ * Updated to PHPUnit 4.5 * 2015-02-23*
66* [ Laravel5] module added by @janhenkgerritsen * 2015-02-23*
77* Fixed problem with extensions being always loaded with default options by @sjableka . Fixes #1716 * 2015-02-23*
88* [ Db] Cleanup now works for tables with primary is not named 'id'. Fix by @KennethVeipert See #1727 * 2015-02-23*
Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ public function buildPhar()
181181 ->exclude ('pheanstalk ' )
182182 ->exclude ('phpseclib ' )
183183 ->exclude ('codegyre ' )
184+ ->exclude ('monolog ' )
185+ ->exclude ('phpspec ' )
184186 ->exclude ('Tests ' )
185187 ->exclude ('tests ' )
186188 ->exclude ('benchmark ' )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ modules:
2626 queues : [queue1, queue2]
2727
2828extensions :
29- enabled : [Codeception\Platform\RunFailed, Codeception\Platform\Logger ]
29+ enabled : [Codeception\Platform\RunFailed]
3030
3131coverage :
3232 enabled : true
You can’t perform that action at this time.
0 commit comments