Skip to content
#

tester

Here are 131 public repositories matching this topic...

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 tester 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 tester topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.