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

Create a pluggable test web server interface #7

Closed
mtdowling opened this issue Nov 10, 2011 · 1 comment
Closed

Create a pluggable test web server interface #7

mtdowling opened this issue Nov 10, 2011 · 1 comment
Assignees

Comments

@mtdowling
Copy link
Member

The test webserver is currently only implemented in node.js. Create a PHP implementation with instructions that can be run using a different web server (apache, nginx, php-cli, etc). Create an interface and PHPUnit configs for instantiating different test webservers.

@ghost ghost assigned mtdowling Nov 10, 2011
@mtdowling
Copy link
Member Author

On second though, I don't think this is needed. If you can't run the tests with node.js, then you can pass --exclude-group server to phpunit to not run the node.js dependent tests.

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

No branches or pull requests

1 participant