public function RsaKeyTest::setUp in JSON Web Token Authentication (JWT) 8
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ RsaKeyTest.php, line 26
Class
- RsaKeyTest
- Tests RSA keys.
Namespace
Drupal\Tests\jwt\KernelCode
public function setUp() {
parent::setUp();
$this
->installSchema('system', 'sequences');
$this
->installEntitySchema('user');
$this
->installConfig([
'field',
'key',
'jwt',
'jwt_test',
]);
}