paulfitz / daff-php
align and compare tables
Installs: 20 920
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 5
Open Issues: 3
Requires
- php: >=5.3.0
Requires (Dev)
README
This contains the haxe-generated php code for daff.
Tests
Tests require the use of PHPUnit which can be installed via composer. To install PHPUnit to run the tests use the following command.
composer update --dev
Tests are located in the ./test directory, to run all tests simply use the following command
vendor/phpunit/phpunit/phpunit --bootstrap test/bootstrap.php test
Similarly you can run a single test using the following command. (eg: running the SomeFileTest.php
test case)
vendor/phpunit/phpunit/phpunit --bootstrap test/bootstrap.php test/SomeFileTest