PHPackages                             franckysolo/unitest - 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. franckysolo/unitest

ActivePhp-unit-test[Testing &amp; Quality](/categories/testing)

franckysolo/unitest
===================

Unit Test for PHP

07PHP

Since May 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/franckysolo/unitest)[ Packagist](https://packagist.org/packages/franckysolo/unitest)[ RSS](/packages/franckysolo-unitest/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Unit Test for PHP
=================

[](#unit-test-for-php)

Unitest is a simple unit test micro-framework for PHP.
Can be use on small application development,
Provide a smart HTML rendering,
Using Jquery and Bootstrap.

Requirements
============

[](#requirements)

- PHP &gt;= 5.4
- Xdebug extension active

Installation
============

[](#installation)

```
composer require franckysolo/unitest

```

Usage
=====

[](#usage)

The tests directory in your project will contains all your application tests.
Create some tests and then browse your project to display the reporter:
`http://localhost/your-project/tests/_reporter`
You can create your own rendering page, an example is provided in the \_reporter directory.

The bootstrap index.php file to run all tests

```

```

A simple test example :

```
