Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bberkay/unit-testing-with-php
- Owner: bberkay
- Created: 2023-07-20T12:04:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T14:56:13.000Z (over 1 year ago)
- Last Synced: 2024-10-17T13:51:39.480Z (19 days ago)
- Topics: php, phpunit, unit-testing
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`