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.
- Host: GitHub
- URL: https://github.com/jdwil/unify
- Owner: jdwil
- License: gpl-3.0
- Created: 2017-06-19T12:07:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T12:15:17.000Z (over 8 years ago)
- Last Synced: 2025-05-30T18:18:36.173Z (about 1 year ago)
- Topics: php, test-driven-development, testing, testing-framework
- Language: PHP
- Homepage:
- Size: 229 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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