Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/merkushin/easytest

The easy test
https://github.com/merkushin/easytest

php unittest

Last synced: 14 days ago
JSON representation

The easy test

Awesome Lists containing this project

README

        

# PHP: The Easy Test

The experimental tool for writing tests easily.

It uses PHP attributes for simpler organising and running tests.

Current implementation is extremely naive and allows writing test using functions.

Run tests in `./tests` directory with `./vendor/autoload.php` bootstrap script:

```sh
./vendor/bin/easytest ./tests ./vendor/autoload.php
```

Tests exmple:
```php