PHPackages                             nwehr/hhunit - 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. nwehr/hhunit

ActiveLibrary[Testing &amp; Quality](/categories/testing)

nwehr/hhunit
============

Unit testing for HHVM

v1.0.0(5y ago)06BSD-2-ClauseHack

Since Apr 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nwehr/hhUnit)[ Packagist](https://packagist.org/packages/nwehr/hhunit)[ Docs](https://github.com/nwehr/hhUnit)[ RSS](/packages/nwehr-hhunit/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

hhUnit
======

[](#hhunit)

A unit test framework specifically for the Hack language.

Test Suites
-----------

[](#test-suites)

To create a test suite, write a class with the `` attribute. Individual tests use the `` attribute. You can skip an entire test suite or indivitual tests using the `` attribute.

```
