Add assertRegExp assertion checking

This commit is contained in:
peter279k 2021-01-02 00:04:30 +08:00 committed by Josh Sherman
parent b398ba5013
commit c12f512f8a
3 changed files with 89 additions and 17 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
boostrap="./vendor/autoload.php"
bootstrap="./vendor/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"