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