Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. VarDumperTestTrait.php

function VarDumperTestTrait::tearDownVarDumper

@after

File

vendor/symfony/var-dumper/Test/VarDumperTestTrait.php, line 42

Class

VarDumperTestTrait
@author Nicolas Grekas <p@tchwork.com>

Namespace

Symfony\Component\VarDumper\Test

Code

protected function tearDownVarDumper() : void {
    $this->varDumperConfig['casters'] = [];
    $this->varDumperConfig['flags'] = null;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal