Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 372 Bytes

readme.md

File metadata and controls

35 lines (20 loc) · 372 Bytes

Blank PHP Kata Project

Getting Started

Git Clone Repo and run composer install

composer install

PHP Tests

Once repo is clone check that all assertions pass

./vendor/bin/phpunit

PHP Coding Standards

To Automatically attempt to fix files run

./vendor/bin/phpcbf

Check for Coding Standard Errors

./vendor/bin/phpcs