function BreakpointTest::setUp
Overrides UnitTestCase::setUp
File
-
core/
modules/ breakpoint/ tests/ src/ Unit/ BreakpointTest.php, line 50
Class
- BreakpointTest
- @coversDefaultClass \Drupal\breakpoint\Breakpoint[[api-linebreak]] @group Breakpoint
Namespace
Drupal\Tests\breakpoint\UnitCode
protected function setUp() : void {
parent::setUp();
$this->stringTranslation = $this->createMock('Drupal\\Core\\StringTranslation\\TranslationInterface');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.