magari/test-bundle
最新稳定版本:1.0.2
Composer 安装命令:
composer require magari/test-bundle
包简介
README 文档
README
public under https://packagist.org/packages/magari/test-bundle
##Installation add to composer.json
"require-dev": { "magari/test-bundle": "dev-master" }
add to AppKernel
- $bundles[] = new h4cc\AliceFixturesBundle\h4ccAliceFixturesBundle();
- $bundles[] = new Magari\Bundle\TestBundle\MagariTestBundle();
add to config_test.yml
h4cc_alice_fixtures: locale: de_DE schema_tool: magari_test.test_schema_tool
##Using
- UnitTests (PHPUnitTestCase)
- SeleniumTests (SeleniumTestCase)
- FixtureTests & ControllerTests (WebTestCase)
put fixtures into you bundle at
- YourBundle/Tests/Fixture/Entity
- YoutBundle/Tests/Fixture/Relation
统计信息
- 总下载量: 244
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-03