Skip to content

Basic PHP project structure using PHPUnit with composer autoloader

Notifications You must be signed in to change notification settings

mjtordesillas/phpunit-autoloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Php Project Boilerplate with phpUnit

This is a small boilerplate for TDD Katas using phpUnit.

It uses composer autoloader to be able to load namespaces using the PSR-4 standard.

Comes with a default and a passing default test.

In order to run the test suite run:

$ .\vendor\bin\phpunit

About

Basic PHP project structure using PHPUnit with composer autoloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages