Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

opcoding/codeception-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective PHP Codeception package

This is a Codeception integration for Objective PHP framework.

With this package, you can write functional tests.

Installation

Use composer : composer.phar require objective-php/codeception-package

Configuration

Your functional.suite.yml configuration file should contain:

class_name: FunctionalTester
modules:
    enabled:
        - ObjectivePHP:
            application_class: Namespace\Where\Is\Your\Project\Application
            config_path: app/config
        - \Helper\Functional
  • application_class: contain your Application class namespace
  • config_path: contain the path to your configuration files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages