How can I fix a PHPUnit error?
Description
Build stage | Job | Error message | Category | Responsibility |
---|
Test Drupal | Test Drupal | Class "Behat\Mink\Element\TraversableElement" not found | Application | Customer |
Potential cause
Certain packages are missing from your project.
Solution
If your application runs on the current Drupal version, add the core-dev
package to your project:
composer require --dev drupal/core-dev
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.