Skip to content

A simple project that I can use as a starter to create tests.

Notifications You must be signed in to change notification settings

fixwa/php-unit-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Unit Boilerplate

This is an empty project which only has a Sample class and a Unit Test for it.

I use this as a base for small tests.

Requirements

PHP 7.2

Install

> git clone [email protected]:fixwa/php-unit-boilerplate.git
> cd php-unit-boilerplate
> composer install
>  ./vendor/phpunit/phpunit/phpunit --no-configuration ./tests/

About

A simple project that I can use as a starter to create tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages