Skip to content

nlsnmr/phpunit7-with-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpunit7_with_composer

Running PHPUnit 7 with composer autoloader

Note: This PHPUnit tests assumes that you use PHP 7.1 or PHP 7.2.

Installation and testing

Clone repo on local:

git clone https://github.com/nemaba/phpunit7_with_composer.git

Install the dependencies:

composer install

Run tests:

./vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox tests  

The documentation for PHPUnit 7 can be found here.
The tutorial concerning this code can be found on Github

About

Running PHPUnit 7 with composer autoloader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages