Add Laravel 5 module files #1704
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Laravel 5 now has a stable release, so the Laravel 5 module I created and maintained during the Laravel 5 development period can now be added to Codeception. The files in this pull request are the files from https://github.com/janhenkgerritsen/codeception-laravel5.
A sample app similar to the sample app of the Laravel 4 module can be found at https://github.com/janhenkgerritsen/codeception-laravel5-sample. This sample app uses the code in the repository mentioned above. From the sample app I removed the cli test suite, since the tests in that suite only used the Cli module and no functionality specific to the Laravel module was used.
I also added my own personal details as information about the maintainer of the module, is that ok?