From d28fd40189c63fede6a6d34576cf1319e1da9f0a Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 18 Jul 2014 12:35:43 -0700 Subject: [PATCH] Mark relevant tests with @group GlobalFunctions Change-Id: I4133ad7e5e042a8c24d4836ae2bf9f1880a56e70 --- tests/phpunit/includes/GlobalFunctions/GlobalTest.php | 3 +++ tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php | 1 + tests/phpunit/includes/GlobalFunctions/wfAssembleUrlTest.php | 1 + tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php | 1 + tests/phpunit/includes/GlobalFunctions/wfBaseConvertTest.php | 1 + tests/phpunit/includes/GlobalFunctions/wfBaseNameTest.php | 1 + tests/phpunit/includes/GlobalFunctions/wfExpandUrlTest.php | 1 + tests/phpunit/includes/GlobalFunctions/wfGetCallerTest.php | 1 + tests/phpunit/includes/GlobalFunctions/wfParseUrlTest.php | 1 + .../includes/GlobalFunctions/wfRemoveDotSegmentsTest.php | 2 ++ .../includes/GlobalFunctions/wfShorthandToIntegerTest.php | 1 + tests/phpunit/includes/GlobalFunctions/wfTimestampTest.php | 4 +++- tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php | 3 +++ 13 files changed, 20 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php index 91b531d0e4..fd06441fe8 100644 --- a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php +++ b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php @@ -1,5 +1,8 @@