22 lines
491 B
Markdown
22 lines
491 B
Markdown
# 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
|
|
composer test
|
|
```
|