Closed dontcallmedom closed 9 years ago
This patch should be updated a little. There is a bug when a custom router script specified in codeception.yml is ignored. The last line in the original code was "return Router::main();". Though, it should be just "include Router::main();". So the custom router script gets executed.
Sorry, I'm not sure I understand what change you're asking to bring to the patch. Could you maybe use github in-line comments to make that clearer?
This fix has helped me and I would love to see it merged into the project! I have been trying to serve WordPress with this extension and the namespace issue was causing problems with WordPress.
fix #14