CommonContexts icon indicating copy to clipboard operation
CommonContexts copied to clipboard

Common FeatureContext classes for Behat

Results 7 CommonContexts issues
Sort by recently updated
recently updated
newest added

Disabling foreign key checks, truncating all tables and re-enabling foreign key checks is lightning-fast vs. the crawl of dropping and recreating all tables each time. What would be the downsides...

Anyone who used behat and sqlite can notice that ``` $tool->dropSchema($metadata); $tool->createSchema($metadata); ``` are very slow when it's run on sqlite guys from Liip fixed this by copying filled db...

Maybe it's me doing something wrong, but I think calling `locatePath()` on the expected URL breaks checks on relative redirects.

Does not check the whole JSON response keys per keys, but only the ones expected. Useful for time changing properties, for example Probably like #47

If you have a large json response and you really only care about some subset of it it is very inconvenient to have to compare the complete response so I...

should't be in SymfonyMailerContext something like: $token = end($token) ? (that's happen if $token is null in parameter) substr() expects parameter 1 to be string, array given in /srv/www/nextlove/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php on...