diff --git a/src/Codeception/Module/PhpBrowser.php b/src/Codeception/Module/PhpBrowser.php index 5049f5c..b8ce650 100644 --- a/src/Codeception/Module/PhpBrowser.php +++ b/src/Codeception/Module/PhpBrowser.php @@ -22,13 +22,6 @@ * * If test fails stores last shown page in 'output' dir. * - * ## Status - * - * * Maintainer: **davert** - * * Stability: **stable** - * * Contact: codeception@codeception.com - * - * * ## Configuration * * * url *required* - start url of your app @@ -42,28 +35,29 @@ * * .. those and other [Guzzle Request options](https://docs.guzzlephp.org/en/latest/request-options.html) * * - * ### Example (`acceptance.suite.yml`) - * - * modules: - * enabled: - * - PhpBrowser: - * url: 'http://localhost' - * auth: ['admin', '123345'] - * curl: - * CURLOPT_RETURNTRANSFER: true - * cookies: - * cookie-1: - * Name: userName - * Value: john.doe - * cookie-2: - * Name: authToken - * Value: 1abcd2345 - * Domain: subdomain.domain.com - * Path: /admin/ - * Expires: 1292177455 - * Secure: true - * HttpOnly: false + * ### Example (`Acceptance.suite.yml`) * + * ```yaml + * modules: + * enabled: + * - PhpBrowser: + * url: 'http://localhost' # Internationalized domain names (IDN) need to be passed in punycode + * auth: ['admin', '123345'] + * curl: + * CURLOPT_RETURNTRANSFER: true + * cookies: + * cookie-1: + * Name: userName + * Value: john.doe + * cookie-2: + * Name: authToken + * Value: 1abcd2345 + * Domain: subdomain.domain.com + * Path: /admin/ + * Expires: 1292177455 + * Secure: true + * HttpOnly: false + * ``` * * All SSL certification checks are disabled by default. * Use Guzzle request options to configure certifications and others. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy