PHPackages                             blainesch/li3\_unit - 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. blainesch/li3\_unit

ActiveLithium-library[Testing &amp; Quality](/categories/testing)

blainesch/li3\_unit
===================

Adds extra assert methods and simple ways to create models, controllers, and helpers.

v1.0.1(13y ago)4201The BSD LicensePHP

Since Nov 23Pushed 13y agoCompare

[ Source](https://github.com/BlaineSch/li3_unit)[ Packagist](https://packagist.org/packages/blainesch/li3_unit)[ Docs](https://github.com/BlaineSch/li3_unit)[ RSS](/packages/blainesch-li3-unit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

li3\_unit - [Lithium PHP](http://lithify.me)
============================================

[](#li3_unit---lithium-php)

Adds extra assert methods and simple ways to create models, controllers, and helpers.

[![Build Status](https://camo.githubusercontent.com/989ce66948e851f2857077d0d5f6b232997764ab57f8ebf7f87d9d22e5588871/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f426c61696e655363682f6c69335f756e69742e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/BlaineSch/li3_unit)

Installation
------------

[](#installation)

### Composer

[](#composer)

```
{
    "require": {
        ...
        "composer/installers": "*",
        "blainesch/li3_unit": ">=1.0.0"
        ...
    }
}
```

```
php composer.phar install
```

### Submodule

[](#submodule)

```
git submodule add git://github.com/blainesch/li3_unit.git libraries/li3_unit
```

### Clone Directly

[](#clone-directly)

```
git clone git://github.com/blainesch/li3_unit.git libraries/li3_unit
```

Usage
-----

[](#usage)

### Load the plugin

[](#load-the-plugin)

Add the plugin to be loaded with Lithium's autoload magic

In `app/config/bootstrap/libraries.php` add:

```
