You are here

protected function ProxyConfigTest::setUp in Raven: Sentry Integration 8.2

Same name and namespace in other branches
  1. 3.x 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() {
  parent::setUp();
  $this->parser = $this
    ->createMock(LogMessageParserInterface::class);
  $this->moduleHandler = $this
    ->createMock(ModuleHandlerInterface::class);
  $this->environment = 'testing';
}