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

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

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
```