From c0d3cf6a279645c5bb9aac334c241302a21f557a Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sun, 10 Aug 2014 00:48:31 +0200 Subject: [ticket/12962] Add UI tests to phpunit.xml.dist PHPBB3-12962 --- phpunit.xml.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3475742288..a497717107 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -16,6 +16,7 @@ ./tests ./tests/functional ./tests/lint_test.php + ./tests/ui ./tests/functional @@ -23,6 +24,9 @@ ./tests/lint_test.php + + ./tests/ui + -- cgit v1.2.1