cuke4php icon indicating copy to clipboard operation
cuke4php copied to clipboard

a wire protocol server in php for cucumber

Results 2 cuke4php issues
Sort by recently updated
recently updated
newest added

Cucumber provides a class that handles tables a bit more intelligently than just using them as an array. The goal is to implement that class in PHP with a similar...

feature request

Capture groups that create backreferences but are optional cause cuke4php to crash. For example: `/^the(?: losing)? code "([^"]*)"(?: has the prize "([^"]*)")?$/` The fourth capture group in this regex (the...

bug
cannot reproduce