The Wayback Machine - https://web.archive.org/web/20200614092048/https://github.com/topics/xdebug
Skip to content
#

xdebug

Here are 265 public repositories matching this topic...

zerkms
zerkms commented May 24, 2019

Some applications disallow cookies on its pages which leads to

Error in event handler: Error: Failed to read the 'cookie' property from 'Document': Access is denied for this document.
    at getCookie (chrome-extension://eadndfjplgieldjbigjakmdgkmoaaaoc/content.js:15:32)
    at Object.getStatus (chrome-extension://eadndfjplgieldjbigjakmdgkmoaaaoc/content.js:88:8)
    at messageListener 
tester
petrparolek
petrparolek commented Sep 24, 2019

Example:

$pattern = "sign/in";
$actual = "https://test.dev/sign/in?_fid=j3o0";
\Tester\Assert::match($pattern, $actual);

Current tester output:

Failed: 'https://test.dev/sign/in?_fid=j3o0' should match
       ... 'sign/in' in testAbc()

It would nice something like:

Failed: 'wrong pattern format given.'
Failed: 'https://test.dev/sign/in?_fid=j3o0' should matc
woprrr
woprrr commented Jun 26, 2018

Hi tulik,

I continue to use this part of helm/ and .travis files in my own project for API rest with DDD layers. But I really not understand how I do configure travis file and what variables we need to add ?

@see https://travis-ci.org/woprrr/SF4-Rest-API/jobs/396913196 an example of openssl error.

to generate my own client_secrets.json I have dowloaded from GCE project and encoded with `t

Improve this page

Add a description, image, and links to the xdebug topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xdebug topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.