You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speaks for itself really. The Symfony standard dist uses bootstrap.php.cache, not ../src/autoload.php and this is even reflected in the phpunit.xml.dist file in the standard dist. PR coming.
The text was updated successfully, but these errors were encountered:
…d.php") file, but in the standard Symfony install, the autoload file is located at "app/bootstrap.php.cache". I believe this also helps with issue symfony#55
Actually, I've confused myself now - should PHPUnit be using app/boostrap.php.cache or app/autoload.php? Either way, there is an inconsistency between the docs and the std dist.
Speaks for itself really. The Symfony standard dist uses
bootstrap.php.cache
, not../src/autoload.php
and this is even reflected in thephpunit.xml.dist
file in the standard dist. PR coming.The text was updated successfully, but these errors were encountered: