blast-project/tests-bundle
Composer 安装命令:
composer require blast-project/tests-bundle
包简介
Extends Symfony KernelTestCase
README 文档
README
Extends Symfony KernelTestCase with BlastTestCase and allow you to quick access some usefull routine...
Installation
Downloading
$ composer require blast-project/tests-bundle
Example
Check services blast*
use Blast\TestsBundle\Functional\BlastTestCase; class BlastServiceTest extends BlastTestCase { protected function setUp() { parent::setUp(); } public function testServicesAreInitializable() { $this->isServicesAreInitializable('blast'); } }
Launch console command:
use Blast\TestsBundle\Functional\BlastTestCase; class CollectGarbageCommandTest extends BlastTestCase { protected function setUp() { parent::setUp(); } public function testCommand() { $this->cacheClear(); // or $this->launchCommand([ 'command' => 'cache:clear', '--no-warmup' => true, ]); } }
统计信息
- 总下载量: 827
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2017-05-19