You are here

protected function KernelTestBase::vfsDump in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::vfsDump()

Dumps the current state of the virtual filesystem to STDOUT.

File

core/tests/Drupal/KernelTests/KernelTestBase.php, line 970

Class

KernelTestBase
Base class for functional integration tests.

Namespace

Drupal\KernelTests

Code

protected function vfsDump() {
  vfsStream::inspect(new vfsStreamPrintVisitor());
}