PHPackages                             merkushin/php-easyest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. merkushin/php-easyest

Abandoned → [merkushin/easytest](/?search=merkushin%2Feasytest)Project[Testing &amp; Quality](/categories/testing)

merkushin/php-easyest
=====================

PHP: The Easy Test

00PHP

Since May 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/merkushin/easytest)[ Packagist](https://packagist.org/packages/merkushin/php-easyest)[ RSS](/packages/merkushin-php-easyest/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP: The Easy Test
==================

[](#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:

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

Tests exmple:

```
