Fix Quote transformer. (#3165)

* Use native Laravel prepareForValidation method instead of custom sanitize

* fix quote transformer
This commit is contained in:
David Bomba
2019-12-20 22:23:09 +11:00
committed by GitHub
parent 519c1114c1
commit b0da84baa7
34 changed files with 109 additions and 182 deletions

View File

@@ -7,7 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true">
stopOnFailure="false">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>