条件烟盒狐狸Extas
github.com/jeyroik/extas-snuffbox-conditions
源代码
问题
安装: 109
依赖项: 6
建议者: 0
安全: 0
星标: 0
关注者: 2
分叉: 0
公开问题: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
Unknown License b2f98474c5abf9ae8c99a56173776a411098d31e
This package is auto-updated.
Last update: 2024-09-15 20:40:54 UTC
提供用于方便管理用于测试的条件安装和卸载的工具。
use extas\components\conditions\TSnuffConditions; class Test extends TestCase { use TSnuffConditions; protected function tearDown() { $this->deleteSnuffConditions(); } public function testSomething() { $this->createSnuffConditions(['equal', 'not_equal']); } }