phpmv/ubiquity-codeception

本包最新版本(1.0.1)没有提供许可证信息。

为Ubiquity框架编写Codeception的功能测试

1.0.1 2019-07-30 13:21 UTC

This package is auto-updated.

Last update: 2024-09-05 22:32:26 UTC


README

这是一个Codeception模块,允许您为Ubiquity应用编写Codeception的功能测试。

安装

phpmv/ubiquity-codeception 添加到项目的 composer.json 文件中作为开发依赖项,并在测试套件配置文件中启用它作为Codeception模块。

composer require --dev phpmv/ubiquity-codeception
class_name: FunctionalTester
modules:
    enabled:
        - Ubiquity:
            root: tests
        - REST:
            depends: Ubiquity