protected function KernelTestBase::vfsDump in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::vfsDump()
- 9 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 947
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
protected function vfsDump() {
vfsStream::inspect(new vfsStreamPrintVisitor());
}