From a4849cbcc5402f3dd00965abe44df3239341bae8 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Fri, 16 Aug 2019 14:01:53 -0400 Subject: Subtraction fix (#46) (#7) * Updated unit tests * Fixed docs * Better unary minus support --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) (limited to 'phpunit.xml.dist') 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" > -- cgit v1.2.3