2017 © Pedro Peláez
 

library codeception-openmvc-module

Run functional tests against OpenMVC app

image

openmvc/codeception-openmvc-module

Run functional tests against OpenMVC app

  • Monday, April 27, 2015
  • by sergeylukin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 146 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Codeception OpenMVC Module

This module will let you run functional tests against your OpenMVC app., (*1)

Installation

Add the package into your composer.json:, (*2)

{
  "require-dev": {
    "codeception/codeception": "*",
    "openmvc/codeception-openmvc-module": "dev-master"
  }
}

Tell Composer to download the package:, (*3)

php composer.phar update

Then enable it in your functional.suite.yml configuration (default values are shown below):, (*4)

class_name: TestGuy
modules:
  enabled:
    - OpenMVC
  config:
    OpenMVC:
      locale: 'en'
      index: 'public_html/index.php'

License

Released under the same liceces as Codeception: MIT, (*5)

The Versions

27/04 2015

dev-master

9999999-dev

Run functional tests against OpenMVC app

  Sources   Download

MIT

27/04 2015

0.1.12

0.1.12.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

05/01 2015

0.1.11

0.1.11.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

25/06 2014

0.1.10

0.1.10.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

17/06 2014

0.1.9

0.1.9.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

02/06 2014

0.1.8

0.1.8.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

01/06 2014

0.1.7

0.1.7.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

01/06 2014

0.1.6

0.1.6.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

25/05 2014

0.1.5

0.1.5.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

25/05 2014

0.1.4

0.1.4.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

22/05 2014

0.1.3

0.1.3.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

22/05 2014

0.1.2

0.1.2.0

Run functional tests against OpenMVC app

  Sources   Download

MIT

20/05 2014

0.1.1

0.1.1.0

Run functional tests against OpenMVC app

  Sources   Download

MIT