vfsStreamPrintVisitor example

/** * Stops test execution. */
  protected function stop() {
    $this->getTestResultObject()->stop();
  }

  /** * Dumps the current state of the virtual filesystem to STDOUT. */
  protected function vfsDump() {
    vfsStream::inspect(new vfsStreamPrintVisitor());
  }

  /** * Returns the modules to enable for this test. * * @param string $class * The fully-qualified class name of this test. * * @return array */
  private static function getModulesToEnable($class) {
    
Home | Imprint | This part of the site doesn't use cookies.