public function SophronApiTest::setUp in Sophron 8
Overrides KernelTestBase::setUp
File
- tests/src/ Kernel/ SophronApiTest.php, line 29 
Class
- SophronApiTest
- Tests for Sophron API.
Namespace
Drupal\Tests\sophron\KernelCode
public function setUp() : void {
  parent::setUp();
  $this
    ->installConfig([
    'sophron',
  ]);
}