howlowck/pipboy-unit

Build and Test your PIPBoy!

Maintainers

Package info

github.com/howlowck/pipboy-unit

Type:project

pkg:composer/howlowck/pipboy-unit

Fund package maintenance!

standard

feross

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2015-11-24 22:17 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:48: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