From 72c1255dc69f31492d5a25a5c9f3c7a8e95f97d6 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 6 Jun 2013 15:41:47 +0200 Subject: [PATCH] Rewrite php test-runner. --include and --exclude will affect group annotations. (See: http://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.group) refs #4244 --- test/php/phpunit.xml | 23 +-------- test/php/runtests | 111 +++++++++++++++++++++++++++++++++++++++++++ test/php/runtests.sh | 26 ---------- 3 files changed, 113 insertions(+), 47 deletions(-) create mode 100755 test/php/runtests delete mode 100755 test/php/runtests.sh diff --git a/test/php/phpunit.xml b/test/php/phpunit.xml index f685c4ff0..c268aedca 100644 --- a/test/php/phpunit.xml +++ b/test/php/phpunit.xml @@ -1,24 +1,5 @@ - - - - - - - +