Bläddra i källkod

ZF-7065: Swap position of TESTS_ZEND_GDATA_YOUTUBE_ONLINE_ENABLED and
TESTS_ZEND_GDATA_BOOKS_ONLINE_ENABLED in TestConfiguration.php.dist for
readability.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16224 44c647ce-9c0f-0410-b52a-842ac1e357ba

tjohns 17 år sedan
förälder
incheckning
7ef9c34202
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      tests/TestConfiguration.php.dist

+ 6 - 6
tests/TestConfiguration.php.dist

@@ -242,18 +242,18 @@ define('TESTS_ZEND_GDATA_GAPPS_PASSWORD', 'password');
 define('TESTS_ZEND_GDATA_GBASE_ONLINE_ENABLED', false);
 
 /*
- * This indicates that online tests for the YouTube data API should
- * be performed.
- */
-define('TESTS_ZEND_GDATA_YOUTUBE_ONLINE_ENABLED', false);
-
-/*
  * This indicates that online tests for the Books Search data API
  * should be performed.
  */
 define('TESTS_ZEND_GDATA_BOOKS_ONLINE_ENABLED', false);
 
 /*
+ * This indicates that online tests for the YouTube data API should
+ * be performed.
+ */
+define('TESTS_ZEND_GDATA_YOUTUBE_ONLINE_ENABLED', false);
+
+/*
  * This is the username to use for retrieving subscriptions, etc
  */
 define('TESTS_ZEND_GDATA_YOUTUBE_ACCOUNT', 'zfgdata');