Skip to content
#

phpdbg

Here are 4 public repositories matching this topic...

Language: All
Filter by language
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

Improve this page

Add a description, image, and links to the phpdbg 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 phpdbg topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.