Download the PHP package ootatter/laravel-make-testcase without Composer
On this page you can find all versions of the php package ootatter/laravel-make-testcase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ootatter/laravel-make-testcase
More information about ootatter/laravel-make-testcase
Files in ootatter/laravel-make-testcase
Package laravel-make-testcase
Short Description laravel add make:testcase command
License MIT
Informations about the package laravel-make-testcase
laravel-make-testcase
add make:testcase command for laravel
Install
Add the following in config/app.php:
Usage
suggest under app directory php files
or input class name.
or all file generate.
Generate TestCase File
if generate Http/Controllers/PostController.php output like this.
and PostControllerTest.php like this.
License
The MIT License (MIT)
Copyright (c) 2015 ootatter
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of laravel-make-testcase with dependencies
illuminate/support Version ^5.1
illuminate/console Version ^5.1
illuminate/filesystem Version ^5.1
illuminate/view Version ^5.1