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
Drupal\Tests\search_api_solr\Kernel\SearchApiSolrTest::testBackend
PHPUnit_Framework_Exception: PHP Fatal error: Class 'org\bovigo\vfs\vfsStream' not found in docroot/core/tests/Drupal/KernelTests/KernelTestBase.php on line 287
Fatal error: Class 'org\bovigo\vfs\vfsStream' not found in docroot/core/tests/Drupal/KernelTests/KernelTestBase.php on line 287
I think this is a similar root cause to #1047, #1048, and #1105, although those had to do with running PHPUnit tests from the command line, and I think it should be possible to run them from the simpletest UI as well.
The text was updated successfully, but these errors were encountered:
While I think Drupal should fix this in the long term, I think BLT should also work around it in the short term by just adding this dependency itself, the same way DrupalVM did. PR incoming.
My system information:
I'm running a fresh install of a BLT-based project. When I enable the core simpletest module and then try to run this test:
I get 9 errors like this:
I think this is a similar root cause to #1047, #1048, and #1105, although those had to do with running PHPUnit tests from the command line, and I think it should be possible to run them from the simpletest UI as well.
The text was updated successfully, but these errors were encountered: