From 701e4b97397839eee2c075579c628a4c698f1152 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 20 Aug 2013 01:00:29 +0200 Subject: [PATCH] Reordering tests --- tests/Makefile | 3 ++- tests/phpunit.xml | 19 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 370697dc..564736c6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -41,7 +41,8 @@ package_name=$(build_directory)$(app_name) test: javascript-tests unit-tests integration-tests acceptance-tests unit-tests: - pwd + ls + phpunit --version phpunit *.php #tests/vobject.php diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 4ef43f62..4a067426 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,11 +1,10 @@ - +