Hey,
you're stating in the README.md that one can run tests by running:
composer install
vendor/bin/phpunit
All good, but all the tests are incomplete
// TODO: implement
$this->markTestIncomplete('Not implemented');
I suggest removing that misleading part from README.md or, better yet - implement the tests
Hey,
you're stating in the README.md that one can run tests by running:
All good, but all the tests are incomplete
I suggest removing that misleading part from
README.mdor, better yet - implement the tests