aboutsummaryrefslogtreecommitdiff
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2019-08-16 17:27:44 +0300
committerGitHub <noreply@github.com>2019-08-16 17:27:44 +0300
commitce5001573292f864471acf006b69186e2a2ba8be (patch)
treec8ea5a493e4fb91ee01b8e4221f2782e8027a88f /phpunit.xml.dist
parent36b252b7c91fada20489be9ee60f173b49b823cb (diff)
Subtraction fix (#46)v0.8.0
* Updated unit tests * Fixed docs * Better unary minus support
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index bfe1846..d515f51 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"
>