elephantly/kahlan-bundle
最新稳定版本:v0.9.8
Composer 安装命令:
composer require --dev elephantly/kahlan-bundle
包简介
Symfony bundle for Kahlan Test Framework integration
关键字:
README 文档
README
kahlan-bundle
A ToolBox to use kahlan with symfony easily.
Requirements :
- php >=5.4
- symfony/console ~2.7|~3.0|~4.0
- symfony/framework-bundle ~2.7|~3.0|~4.0
- kriswallsmith/buzz ^0.15
- kahlan/kahlan ~3.1|~4.0
Install :
Simply use composer require --dev "elephantly/kahlan-bundle" or add "elephantly/kahlan-bundle": "0.9.6" to your composer.json file.
Configuration :
Simply register the bundle in Symfony's kernel like any other bundle:
<?php // app/AppKernel.php public function registerBundles() { [...] if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { ... $bundles[] = new Elephantly\KahlanBundle\KahlanBundle(); } return $bundles; }
That's it!
Full documentation: Elephantly/Kahlan-Bundle
Documentation powered by Couscous with Elephantly Template
统计信息
- 总下载量: 31.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-15