Download the PHP package proclnas/test-first-skel without Composer
On this page you can find all versions of the php package proclnas/test-first-skel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download proclnas/test-first-skel
More information about proclnas/test-first-skel
Files in proclnas/test-first-skel
Download proclnas/test-first-skel
More information about proclnas/test-first-skel
Files in proclnas/test-first-skel
Vendor proclnas
Package test-first-skel
Short Description A simple skel to start your project with test-first in mind
License MIT
Package test-first-skel
Short Description A simple skel to start your project with test-first in mind
License MIT
Please rate this library. Is it a good library?
Informations about the package test-first-skel
Test First Skel
A simple skel with psr-4 autoload and phpunit/code coverage pre-configured
Creating a project with this skeleton:
So in the project-name
folder the following structure will be created:
Pre configured composer commands
- Run phpunit test suit
$ composer run-script test
- Check for errors with phpcs based on PSR-2 standards
$ composer run-script check
- Fix issues found by phpcs using phpcbf
$ composer run-script fix
TODO
- Add docker-compose to easy app bootsrap (url rewrite etc)
License
All versions of test-first-skel with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package proclnas/test-first-skel contains the following files
Loading the files please wait ....