Update php-warning.yaml
parent
769a6ea059
commit
0b7c12951c
|
@ -12,11 +12,11 @@ requests:
|
|||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>PHP warning</title>'
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?m)^<title>([a-z /A-Z.(0-9):]+)?PHP warning([a-z /A-Z.(0-9):]+)?<\/title>$'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue