You are here

protected function ProxyConfigTest::setUp in Raven: Sentry Integration 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Unit/ProxyConfigTest.php \Drupal\Tests\raven\Unit\ProxyConfigTest::setUp()

Overrides UnitTestCase::setUp

File

tests/src/Unit/ProxyConfigTest.php, line 49

Class

ProxyConfigTest
Test proxy configuration.

Namespace

Drupal\Tests\raven\Unit

Code

protected function setUp() : void {
  parent::setUp();
  $this->parser = $this
    ->createMock(LogMessageParserInterface::class);
  $this->moduleHandler = $this
    ->createMock(ModuleHandlerInterface::class);
  $this->environment = 'testing';
}