Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable test.php webrunner again and fix a missing namespace #1580

Merged
merged 2 commits into from Aug 31, 2013
Merged

enable test.php webrunner again and fix a missing namespace #1580

merged 2 commits into from Aug 31, 2013

Conversation

dereuromark
Copy link
Member

A few months back the test.php testrunner file got removed during a 2.4 merge. Probably due to convenience during a merge conflict.
Anyway, during a discussion some including me saw the usefulness in 3.0 still supporting the webrunner as it eases the start into testing.

This moves the test.php webrunner back into 3.0.
For it to work I had to first add a missing use, though.

Note that this might not be the best approach regarding the current overhead in TestSuiteDispatcher::run() - also in light of its possible removal. Open for discussion on how to best proceed.

@markstory
Copy link
Member

This looks good to me. I think test.php got lost in a merge conflict like you said. Some of the 2.3 -> 3.0 merges were pretty epic which ~100 conflicted files so it was probably not malicious if test.php got lost.

@dereuromark
Copy link
Member Author

That's what I figured backtracing the logs. :)

markstory added a commit that referenced this pull request Aug 31, 2013
enable test.php webrunner again and fix a missing namespace
@markstory markstory merged commit 1a69d36 into cakephp:3.0 Aug 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants