mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-01-13 22:07:55 +03:00
Added testing notes to README
This commit is contained in:
parent
214d1a440b
commit
383cf6fd06
33
README.md
33
README.md
@ -2,7 +2,34 @@
|
||||
|
||||
[![Build Status](https://travis-ci.org/webNeat/lumen-generators.svg?branch=master)](https://travis-ci.org/webNeat/lumen-generators)
|
||||
|
||||
A collection of generators for Lumen and Laravel 5. Since Lumen comes
|
||||
A collection of generators for [Lumen](http://lumen.laravel.com) and [Laravel 5](http://laravel.com/).
|
||||
|
||||
## Contents
|
||||
|
||||
- [Why](#why)
|
||||
|
||||
- [Installation](#installation)
|
||||
|
||||
- [Quick Usage](#quick-usage)
|
||||
|
||||
- [Detailed Usage](#detailed-usage)
|
||||
|
||||
- [Model Generator](#model-generator)
|
||||
|
||||
- [Migration Generator](#migration-generator)
|
||||
|
||||
- [Controller Generator](#controller-generator)
|
||||
|
||||
- [Routes Generator](#routes-generator)
|
||||
|
||||
- [Resource Generator](#resource-generator)
|
||||
|
||||
- [Multiple Resources From File](#multiple-resources-from-file)
|
||||
|
||||
- [Testing](#testing)
|
||||
|
||||
- [Contributing](#contributing)
|
||||
|
||||
|
||||
## Why ?
|
||||
|
||||
@ -508,6 +535,10 @@ Product:
|
||||
tags: fillable
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
To test the generators, I included a fresh lumen installation under the folder `lumen-test` to which I added this package and have written some acceptance tests using [Codeception](http://codeception.com/). To run tests you just have to execute the `install.sh` to install dependencies then execute `test.sh`.
|
||||
|
||||
## Contributing
|
||||
|
||||
Pull requests are welcome :D
|
||||
|
Loading…
x
Reference in New Issue
Block a user