You are here

protected property FileLogRotationTest::$fileManager in File Log 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Unit/FileLogRotationTest.php \Drupal\Tests\filelog\Unit\FileLogRotationTest::fileManager

A mock of the logfile service that provides the filename.

Type: \Drupal\filelog\LogFileManagerInterface

File

tests/src/Unit/FileLogRotationTest.php, line 33

Class

FileLogRotationTest
Tests the log rotation of the file logger.

Namespace

Drupal\Tests\filelog\Unit

Code

protected $fileManager;