You are here

public function TestLogger::__construct in SVG Upload Sanitizer 8

File

tests/src/TestLogger.php, line 18

Class

TestLogger
Class TestLogger.

Namespace

Drupal\Tests\svg_upload_sanitizer

Code

public function __construct() {
  $this
    ->clear();
}