2017 © Pedro Peláez
 

library code-igniter-module

Make Codeception's functional tests for CodeIgniter applications

image

luka-zitnik/code-igniter-module

Make Codeception's functional tests for CodeIgniter applications

  • Wednesday, November 2, 2016
  • by Luka Zitnik
  • Repository
  • 4 Watchers
  • 9 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

CodeIgniter Module

Build Status, (*1)

This is a Codeception module that enables you to make Codeception's functional tests for CodeIgniter applications., (*2)

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., (*3)

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., (*4)

The Versions

02/11 2016

dev-master

9999999-dev

Make Codeception's functional tests for CodeIgniter applications

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-runkit *

 

The Development Requires

by Avatar Luka Zitnik

02/11 2016

v1.0.3

1.0.3.0

Make Codeception's functional tests for CodeIgniter applications

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-runkit *

 

The Development Requires

by Avatar Luka Zitnik

16/10 2016

v1.0.2

1.0.2.0

Make Codeception's functional tests for CodeIgniter applications

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-runkit *

 

The Development Requires

by Avatar Luka Zitnik

14/08 2016

v1.0.1

1.0.1.0

Make Codeception's functional tests for CodeIgniter applications

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-runkit *

 

The Development Requires

by Avatar Luka Zitnik

22/02 2016

v1.0.0

1.0.0.0

Adds support for functional tests of CodeIgniter applications in Codeception

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-runkit *

 

by Avatar Luka Zitnik