phpmv/ubiquity-codeception

There is no license information available for the latest version (1.0.1) of this package.

Make Codeception's functional tests for Ubiquity framework

1.0.1 2019-07-30 13:21 UTC

This package is auto-updated.

Last update: 2024-05-05 21:51:04 UTC


README

This is a Codeception module that enables you to make Codeception's functional tests for Ubiquity applications.

Installation

Add a dev dependency on phpmv/ubiquity-codeception to your project's composer.json and enable it as a Codeception module, from a test suite configuration file.

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