Skip to content

Commit

Permalink
Revert phpunit to 3.7.* because 4.* is too slow sebastianbergmann/php…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlanin committed Jun 22, 2014
1 parent ea6ec47 commit 6e175ab
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 284 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ext-xml": "*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpunit/phpunit": "3.7.*",
"phpdocumentor/phpdocumentor":"2.*",
"squizlabs/php_codesniffer": "1.*",
"phpmd/phpmd": "2.*",
Expand Down
Loading

1 comment on commit 6e175ab

@ivanlanin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree to remove the process isolation, but we can't do that now without breaking the tests. I've tried to remove all @runTestsInSeparateProcesses, but there are too many tests that we have to change and I haven't got time to do that. This is mainly caused by Media and Style static classes. I'll try to either refactor those static classes (#206) or change the test cases. I'll find some time to do that later.

Please sign in to comment.