skippy-za / php-streams
PHP streams library for functional collection manipulation with vertical processing.
0.1.0
2015-11-23 06:46 UTC
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2024-10-26 19:21:30 UTC
README
Tests
Tests are run using PHPUnit v4.7 outside of PHPStorm as it has a bug regarding PHPUnit.
Installing PHPUnit
Run the following commands to install phpunit:
wget https://phar.phpunit.de/phpunit.phar chmod +x phpunit.phar sudo mv phpunit.phar /usr/local/bin/phpunit
Running tests
Navigate to the project directory and run:
phpunit