Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttibensky/unittestsample
https://github.com/ttibensky/unittestsample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttibensky/unittestsample
- Owner: ttibensky
- Created: 2016-02-14T12:23:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T12:24:22.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T01:27:23.130Z (3 months ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
chmod +x ./vendor/phpunit/phpunit/phpunit
./vendor/phpunit/phpunit/phpunit tests/
./vendor/phpunit/phpunit/phpunit tests/ --coverage-html web/coverage
```