pamil/phpspec-skip-example-extension
Composer 安装命令:
composer require pamil/phpspec-skip-example-extension
包简介
Skip your PhpSpec examples through annotations
README 文档
README
This PhpSpec extension allows to skip example through user-friendly annotations.
Installation
Once you have installed PhpSpec (following the documentation on the official website), add the extension requirement to your composer.json:
Using phpspec 4.x,
{
"require": {
"akeneo/phpspec-skip-example-extension": "^3.0"
}
}
Using phpspec 5.x,
{
"require": {
"akeneo/phpspec-skip-example-extension": "^4.0"
}
}
And run composer update:
$ php composer.phar update akeneo/phpspec-skip-example-extension
Configuration
You can now activate the extension by creating a phpspec.yml file at the root of your project:
extensions: Akeneo\SkipExampleExtension: ~
Usage
@require
Skips all the spec example if the class or interface is not available
/** * @require Vendor\Builder\ToolInterface */ class BridgeBuilderSpec extends ObjectBehavior { // Will be skipped if the Vendor\Builder\ToolInterface interface does not exist function it_builds_a_brige() { } // Will be skipped if the Vendor\Builder\ToolInterface interface does not exist function it_builds_the_road() { } //... }
Contributions
Feel free to contribute to this extension if you find some interesting ways to improve it!
pamil/phpspec-skip-example-extension 适用场景与选型建议
pamil/phpspec-skip-example-extension 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 193.36k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 11 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 pamil/phpspec-skip-example-extension 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 pamil/phpspec-skip-example-extension 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 193.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-12