PHP Classes

File: codeception.yml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Multi Curl Async   codeception.yml   Download  
File: codeception.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Multi Curl Async
Send multiple parallel HTTP requests using Curl
Author: By
Last change:
Date: 1 year ago
Size: 321 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 coverage: enabled: true show_uncovered: false include: - src/* exclude: - vendor/* - tests/*