tiger-seo / PhpBuiltinServer

Codeception extension for starting and stopping php built-in server
38 stars 35 forks source link

Renamed exception class names from codeception 1.x names to 2.x names #26

Closed mcustiel closed 8 years ago

mcustiel commented 8 years ago

Hi. Current PhpBuiltinServer exception has it composer.json file set to require codeception ~2.0, but still is expecting the exceptions to be called as in codeception 1.x I modified the use statements at top of the file to require the correct exception classes.

mcustiel commented 8 years ago

Well, after the errors I rechecked, and it seems the exception class names changed from v2.0 to v2.1. Probably a new branch should be created to support 2.0 and 2.1 should be moved to master and each branch should support the different exception names. In the meantime I will close this.