Skip to content

cuphalfempty/phpunit-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick setup for PHPUnit testing.

Download composer:

$ curl -sS https://getcomposer.org/installer | php

Download phpunit:

$ php composer.phar update

Do test:

$ vendor/phpunit/phpunit/phpunit.php RegexpTest.php

About

Basic environment for unit testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages