定制 luka-zitnik/code-igniter-module 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

luka-zitnik/code-igniter-module

最新稳定版本:v1.0.3

Composer 安装命令:

composer require luka-zitnik/code-igniter-module

包简介

Make Codeception's functional tests for CodeIgniter applications

README 文档

README

Build Status

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

Installation

Add a dev dependancy on luka-zitnik/code-igniter-module to your project's composer.json and enable it as a Codeception module, from a test suite configuration file.

composer require --dev luka-zitnik/code-igniter-module
class_name: FunctionalTester
modules:
    enabled:
        - REST:
            depends: CodeIgniter
        - CodeIgniter:
            index: public/index.php

Caveat

You will not be able to test execution paths that terminate with an exit statement using this module. More informingly, the separate thread that your AUT will run in will close without leaving you the opportunity to collect output or response header. If you need this fixed or if you just want to talk about it, drop me a line.

统计信息

  • 总下载量: 5.08k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 10
  • Watchers: 5
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-08-14