Skip to content

Instantly share code, notes, and snippets.

@Digi92
Created November 16, 2016 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Digi92/625596532936b242d59e8ac5481e5a38 to your computer and use it in GitHub Desktop.
Save Digi92/625596532936b242d59e8ac5481e5a38 to your computer and use it in GitHub Desktop.
PHPUnit Test Fail with "PHPUnit_Framework_Exception: PHP Fatal error: Call to undefined method Composer\Autoload\ClassLoader::setPsr4()"
Wenn die Funktionalen Test fehlschlagen liegt das im TYPO3 an der Extension "phpunit".
1. Gehe in den Ordner "/htdocs/typo3conf/ext/phpunit/Composer/"
2. Führe den Befehl "composer dump-autoload" aus.
Jetzt sollte es funktionieren!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment