while running the phpunit project am getting error like "cannot open file src/autoload.php".
i tried with this reference https://phpunit.de/getting-started.html. In cmd i used the below command line
phpunit --bootstrap src/autoload.php tests/MoneyTest
please anyone help me to solve this issue.