Skip to content

ibuildingsnl/coding-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

First, run

git clone [email protected]:ibuildingsnl/coding-dojo.git

Inside the coding-dojo directory, run

composer install

(assuming you have Composer installed globally).

Getting started

Put your classes in src/, your PHPUnit tests in test/.

The root namespace in src/ is CodingDojo, in 'test/' it's CodingDojo\Test.

To run the unit tests:

vendor/bin/phpunit

About

Basic setup for doing code kata's written in PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages