Closed TheTechsTech closed 6 years ago
Use vendor/bin/phpunit instead of a global installation. See .travis.yml for how Travis executes the tests.
ok, you are correct. it's working.
Also, that might need to be in the docs or readme somewhere.
i ran local installed version vendor\bin\phpunit.bat test
and everything worked.
Feel free to open a PR. :-)
Getting the following error when i run
phpunit test
on:Changed line
use Amp\PHPUnit\TestCase;
touse PHPUnit\Framework\TestCase;
then stops on: