howlowck/pipboy-unit

Build and Test your PIPBoy!

Fund package maintenance!
standard
feross

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

0.1.2 2015-11-24 22:17 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:52:48 UTC


README

This is a workshop on how to use PHPUnit in Laravel

Get Started

run composer create-project howlowck/pipboy-unit pipboy-unit

Running test

run ./vendor/bin/phpunit from the project root directory

or if you have docker installed:

run docker-compose run phpunit from the project directory