remove support for PHP code coverage in BDD tests

This commit is contained in:
Sarah Hoffmann
2024-07-30 15:43:41 +02:00
parent 474aea61da
commit c8d45972bb
5 changed files with 2 additions and 80 deletions

View File

@@ -30,8 +30,7 @@ userconfig = {
'SERVER_MODULE_PATH' : None,
'TOKENIZER' : None, # Test with a custom tokenizer
'STYLE' : 'extratags',
'API_ENGINE': 'falcon',
'PHPCOV' : False, # set to output directory to enable code coverage
'API_ENGINE': 'falcon'
}
use_step_matcher("re")