Hi need some help how to resolve the below problem .I am using laravel 5.4
C:\laragon\www\forum-tdd-apps>phpunit
PHP Fatal error: Uncaught Error: Call to undefined method PHPUnit_Util_Configuration::getTestdoxGroupConfiguration() in C:\laragon\www\forum-tdd-apps\vendor\phpunit\phpunit\srcTextUITestRunner.php:1066
Stack trace:
thrown in C:\laragon\www\forum-tdd-apps\vendor\phpunit\phpunit\srcTextUITestRunner.php on line 1066
Fatal error: Uncaught Error: Call to undefined method PHPUnit_Util_Configuration::getTestdoxGroupConfiguration() in C:\laragon\www\forum-tdd-apps\vendor\phpunit\phpunit\srcTextUITestRunner.php:1066
Stack trace:
C:\laragon\www\forum-tdd-apps>phpunit
PHP Fatal error: Uncaught Error: Call to undefined method PHPUnit_Util_Configuration::getTestdoxGroupConfiguration() in C:\laragon\www\forum-tdd-apps\vendor\phpunit\phpunit\srcTextUITestRunner.php:1066
Stack trace:
thrown in C:\laragon\www\forum-tdd-apps\vendor\phpunit\phpunit\srcTextUITestRunner.php on line 1066
Fatal error: Uncaught Error: Call to undefined method PHPUnit_Util_Configuration::getTestdoxGroupConfiguration() in C:\laragon\www\forum-tdd-apps\vendor\phpunit\phpunit\srcTextUITestRunner.php:1066
Stack trace:
thrown in C:\laragon\www\forum-tdd-apps\vendor\phpunit\phpunit\srcTextUITestRunner.php on line 1066
It appears that you have different installations of PHPUnit mixed up.
For instance, you may have used Composer to install PHPUnit and have configured the autoloader generated by Composer as PHPUnit's bootstrap script but then you invoke PHPUnit using an executable other than vendor/bin/phpunit.
Most helpful comment
It appears that you have different installations of PHPUnit mixed up.
For instance, you may have used Composer to install PHPUnit and have configured the autoloader generated by Composer as PHPUnit's bootstrap script but then you invoke PHPUnit using an executable other than
vendor/bin/phpunit.