PHP Classes

File: tests/functional.suite.yml

Recommend this page to a friend!
  Classes of Thien Tran   Phalcon Cashier   tests/functional.suite.yml   Download  
File: tests/functional.suite.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phalcon Cashier
Access subscription services provided by Stripe
Author: By
Last change:
Date: 7 years ago
Size: 619 bytes
 

Contents

Class file image Download
# Codeception Test Suite Configuration # suite for functional (integration) tests. # emulate web requests and make application process them. # Include one of framework modules (Symfony2, Yii2, Laravel4) to use it. # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES. class_name: FunctionalTester modules: enabled: - Filesystem - Phalcon2 - Db config: Phalcon2: bootstrap: 'tests/bootstrap.php' cleanup: true savepoints: true PhpBrowser: url: 'http://127.0.0.1' curl: CURLOPT_RETURNTRANSFER: true