PHP Classes

File: codeception.yml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP URL Security Manager   codeception.yml   Download  
File: codeception.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP URL Security Manager
Build, parse, sign and encrypt URLs
Author: By
Last change:
Date: 1 year ago
Size: 769 bytes
 

Contents

Class file image Download
actor: Tester bootstrap: _bootstrap.php paths: tests: tests log: tests/_output data: tests/_data helpers: tests/_support settings: memory_limit: 1024M colors: true modules: config: Yii2: configFile: 'config/test.php' # To enable code coverage: #coverage: # #c3_url: http://localhost:8080/index-test.php/ # enabled: true # #remote: true # #remote_config: '../codeception.yml' # whitelist: # include: # - models/* # - controllers/* # - commands/* # - mail/* # blacklist: # include: # - assets/* # - config/* # - runtime/* # - vendor/* # - views/* # - web/* # - tests/*