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

Fixed a parsing error when using PHP ver5.3.26 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhightower
Copy link

Change the "[]" array to "array()";

Change the "[]" array to "array()";
@tiger-seo
Copy link
Owner

I haven't done any testing with PHP 5.3; does it work?

Sent from my Galaxy Nexus

@mhightower
Copy link
Author

I have it installed and configured and, after the fix, it is connected and working in PhpStorm. I'm not sure if it is using the codeception-remotedebug code but I'm happy with it. I'm only using the codeception unit test currently.

@tiger-seo
Copy link
Owner

RemoteDebug extension aim is to assist with step-by-step debugging of requests to a web-servers like Apache, e.g. rest endpoints, so if you're debugging by running unit tests then RemoteDebug extension is not actually used

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.

2 participants