Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bberkay/unit-testing-with-php

Unit Testing with PHPUnit
https://github.com/bberkay/unit-testing-with-php

php phpunit unit-testing

Last synced: 3 days ago
JSON representation

Unit Testing with PHPUnit

Awesome Lists containing this project

README

        

# Unit Testing with PHP
The main goal is to practice

- [PHPUnit](https://phpunit.de/) was used with [Composer](https://getcomposer.org/).
- Simple shopping cart system created
- To run, use this command: `vendor/bin/phpunit`