Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
/ phpunit Public archive

simple example of how to use unit tests with phpunit.

License

Notifications You must be signed in to change notification settings

p2sousa/phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpunit

simple example of how to use unit tests with phpunit.

  1. clone this repository and run composer
$ git clone https://github.com/p2sousa/phpunit.git
$ composer update
  1. run tests in folder /tests/
$ vendor/bin/phpunit
  1. run tests unit
$ vendor/bin/phpunit tests/Unit
  1. run tests integration
$ vendor/bin/phpunit tests/Integration

About

simple example of how to use unit tests with phpunit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages