PHP Classes

File: codeception.yml

Recommend this page to a friend!
  Classes of Thien Tran   Phalcon Cashier   codeception.yml   Download  
File: codeception.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: 8 years ago
Size: 1,122 bytes
 

Contents

Class file image Download
# can be changed while bootstrapping project actor: Tester paths: # where the modules stored tests: tests log: tests/_output # directory for fixture data data: tests/_data # directory for custom modules (helpers) support: tests/_support envs: tests/_envs settings: # name of bootstrap that will be used # each bootstrap file should be # inside a suite directory. bootstrap: _bootstrap.php colors: true # Tests (especially functional) can take a lot of memory # We set a high limit for them by default. memory_limit: 1024M log: true coverage: enabled: true whitelist: include: - apps/* extensions: enabled: - Codeception\Extension\RunFailed # default extension # Global modules configuration. modules: config: Db: dsn: 'mysql:host=localhost;dbname=phanbook' user: 'root' password: '' dump: tests/_data/dump.sql Phalcon2: bootstrap: tests/bootstrap.php cleanup: true savepoints: true error_level: "E_ALL | E_STRICT"