File: /virtual/nagasaki/public_html/ec/vendor/knplabs/knp-components/README.md
# Knp Component library
[](http://travis-ci.org/KnpLabs/knp-components)
## Components in this library:
- [Pager](https://github.com/knplabs/knp-components/tree/master/doc/pager/intro.md)
fancy paginator component
## Running unit tests
PHPUnit 3.5 or newer is required.
To setup and run tests follow these steps:
- go to the root directory of components
- run:
```bash
composer install
vendor/bin/phpunit -c tests
```