mglaman/drupal-memory-kernel
最新稳定版本:1.0.0
Composer 安装命令:
composer require mglaman/drupal-memory-kernel
包简介
Provides a DrupalKernel that uses an in-memory SQLite database
关键字:
README 文档
README
Provides a DrupalKernel that uses an in-memory SQLite database
Usage
$kernel = MemoryKernelFactory::get( environment: 'testing', autoloader: require __DIR__ . '/../vendor/autoload.php', modules: [ 'user' => 0, 'serialization' => 0, ], );
Now you can interact with the Drupal kernel and its service container!
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-10-07