Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
..
doc 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
src 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
.travis.yml 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前

README.md

Knp Component library

Build Status

Components in this library:

  • Pager 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:

    composer install
    composer test