Error N°1 : PHPunit not found
Error N°2 : BrowserTestBase::setUp() must be compatible with PHPUnit
Error N°1 : PHPunit not found
If uou have a message like : Add Phpunit via composer
CAUTION : PHPunit Version >= 8 is not compatable with drupal, so use the 7
composer require --dev phpunit/phpunit:7
Note : Probably you will have errors like:
PHPunit Test failed to complete; Error: Class "Symfony\Bridge\PhpUnit\SymfonyTestsListener" does not exis
Error: Class 'Behat\Mink\Driver\GoutteDriver' not found
in this case, add the following librariescomposer require --dev symfony/phpunit-bridge
composer require --dev behat/mink-goutte-driver
Error N°2 : BrowserTestBase::setUp() must be compatible with PHPUnit
Probable your phpunit version is >7 (8 or 9).
1. Chenge the version in composer.json file"phpunit/phpunit": "^7.0"
2. Run composer update
.
New testing tools use PhpUnit and behat. See:
- https://www.drupal.org/docs/automated-testing
- https://www.drupal.org/docs/automated-testing/phpunit-in-drupal
- https://behat-drupal-extension.readthedocs.io/en/v4.0.1/
Comments
ess
Our team cooperates with students from different parts of the world, this is why it is hard to create a certain working schedule. So, you can use our services, ask questions, or find the necessary information any time you need. https://domyhomeworkfor.me/accounting-homework-help
Add new comment