https://github.com/arunahk/codeception-tests
Test PHP Unit Test with Codeception
https://github.com/arunahk/codeception-tests
Last synced: 9 months ago
JSON representation
Test PHP Unit Test with Codeception
- Host: GitHub
- URL: https://github.com/arunahk/codeception-tests
- Owner: arunahk
- License: mit
- Created: 2017-08-18T05:09:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T22:13:31.000Z (over 8 years ago)
- Last Synced: 2025-01-17T11:15:27.458Z (11 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codeception Tests
PHP Unit Tests with Codeception
This repository is just to illustrate a bug in codecetion codecoverage
### requirements
- composer installed as system command
- php 7.x
### Test
- build the project
```
./buld
```
- run tests with coverage
```
./test
```