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

https://github.com/jdwil/unify

A new kind of testing framework for PHP.
https://github.com/jdwil/unify

php test-driven-development testing testing-framework

Last synced: 6 months ago
JSON representation

A new kind of testing framework for PHP.

Awesome Lists containing this project

README

          

# Unify

#### What's this thing?

Unify is a tool meant to make your life easier. It allows you to write tests and
documentation at the same time, greatly reducing the time and effort spent
delivering software. Unify makes a great complement to BDD processes and tools,
like Behat. Behat is a fantastic way to document your system with regression testing.
Unify aims to fill a similar niche, but on the unit and integration testing side,
with a more developer-centric bent.

## Example

Below is an actual test. While intentionally simple, when Unify is run on its
own project documentation, it will evaluate the code block below and assert
that $x does, in fact, equal 'Zm9v'.

```php