From 97f9c1c20146c29704a6fefca655c02d4b8b7e55 Mon Sep 17 00:00:00 2001 From: vladar Date: Thu, 8 Dec 2016 06:06:17 +0700 Subject: [PATCH] Added deprecated.php to PHPUnit exclude list --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3f6ebef..f617b48 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -28,6 +28,7 @@ ./vendor ./examples ./benchmarks + ./src/deprecated.php