diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-30 11:36:08 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-01-02 20:19:56 +0100 |
commit | c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf (patch) | |
tree | d1cc56f7b2bf096dbd8f971b0bbbfe4b95fe445d /phpunit.xml.dist | |
parent | [ticket/14948] Require PHP 7.1 and update dependencies (diff) | |
download | phpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.tar.gz phpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.tar.bz2 phpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.zip |
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 71a94da89f..1d9e35c9f3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" bootstrap="tests/bootstrap.php" > <testsuites> |