You are here

protected function LoggerChannelPartFactoryTest::setUp in Purge 8.3

Overrides UnitTestCase::setUp

File

tests/src/Unit/Logger/LoggerChannelPartFactoryTest.php, line 32

Class

LoggerChannelPartFactoryTest
@coversDefaultClass \Drupal\purge\Logger\LoggerChannelPartFactory

Namespace

Drupal\Tests\purge\Unit\Logger

Code

protected function setUp() : void {
  $this->loggerChannelPurge = $this
    ->createMock('\\Psr\\Log\\LoggerInterface');
  $this->loggerChannelPartFactory = new LoggerChannelPartFactory($this->loggerChannelPurge);
}