Warning, /webapps/ocs-webserver/library/lessphp/tests/README.md is written in an unsupported language. File is not indexed.

0001 lessphp uses [phpunit](https://github.com/sebastianbergmann/phpunit/) for its tests
0002 
0003 `InputTest.php` iterates through all the less files in `inputs/`, compiles them,
0004 then compares the result with the respective file in `outputs/`.
0005 
0006 From the root you can run `make` to run all the tests.
0007 
0008 ## lessjs tests
0009 
0010 Tests found in `inputs_lessjs` are extracted directly from
0011 [less.js](https://github.com/less/less.js). The following license applies to
0012 those tests: https://github.com/less/less.js/blob/master/LICENSE
0013 
0014 ## bootstrap.sh
0015 
0016 Clones twitter bootsrap, compiles it with lessc and lessphp, cleans up results
0017 with sort.php, and outputs diff. To run it, you need to have git and lessc
0018 installed.
0019