mustangostang / spyc

A simple YAML loader/dumper class for PHP
MIT License
701 stars 206 forks source link

Get tests running #68

Closed jasonvarga closed 6 years ago

jasonvarga commented 6 years ago

Tests can now be run using composer install and then ./vendor/bin/phpunit.

Before this, the only way I could work out how to run the tests was to drop a PHPUnit phar file in the tests directory.

There are still a few failing tests, although these were already failing and need to be addressed separately.