r79265 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79264‎ | r79265 | r79266 >
Date:16:57, 30 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Spacing, esthetical fixes.
Modified paths:
  • /trunk/phase3/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiInstallationCommonFunction.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiInstallationConfig.php (modified) (history)
  • /trunk/phase3/tests/selenium/installer/MediaWikiInstallerTestSuite.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php
@@ -33,7 +33,7 @@
3434 * Version : MediaWiki 1.18alpha
3535 */
3636
37 -require_once (dirname(__FILE__).'/'.'MediaWikiInstallationCommonFunction.php');
 37+require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationCommonFunction.php' );
3838
3939 class MediaWikiErrorsNamepageTestCase extends MediaWikiInstallationCommonFunction {
4040
Index: trunk/phase3/tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php
@@ -28,7 +28,7 @@
2929 */
3030
3131
32 -require_once (dirname(__FILE__).'/'.'MediaWikiInstallationCommonFunction.php');
 32+require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationCommonFunction.php' );
3333
3434 /*
3535 * Test Case ID : 09 (http://www.mediawiki.org/wiki/New_installer/Test_plan)
Index: trunk/phase3/tests/selenium/installer/MediaWikiInstallerTestSuite.php
@@ -30,19 +30,19 @@
3131 require_once 'PHPUnit/Framework.php';
3232 require_once 'PHPUnit/Framework/TestSuite.php';
3333
34 -require_once (dirname(__FILE__).'/' .'MediaWikiUserInterfaceTestCase.php');
35 -require_once (dirname(__FILE__).'/'.'MediaWikiButtonsAvailabilityTestCase.php');
36 -require_once (dirname(__FILE__).'/' .'MediaWikiHelpFieldHintTestCase.php');
37 -require_once (dirname(__FILE__).'/' .'MediaWikiRightFrameworkLinksTestCase.php');
38 -require_once (dirname(__FILE__).'/' .'MediaWikiRestartInstallationTestCase.php');
39 -require_once (dirname(__FILE__).'/' .'MediaWikiErrorsConnectToDatabasePageTestCase.php');
40 -require_once (dirname(__FILE__).'/' .'MediaWikiErrorsNamepageTestCase.php');
41 -require_once (dirname(__FILE__).'/' .'MediaWikiMySQLDataBaseTestCase.php');
42 -require_once (dirname(__FILE__).'/' .'MediaWikiMySQLiteDataBaseTestCase.php');
43 -require_once (dirname(__FILE__).'/' .'MediaWikiUpgradeExistingDatabaseTestCase.php');
44 -require_once (dirname(__FILE__).'/' .'MediaWikiDifferntDatabasePrefixTestCase.php');
45 -require_once (dirname(__FILE__).'/' .'MediaWikiDifferentDatabaseAccountTestCase.php');
46 -require_once (dirname(__FILE__).'/' .'MediaWikiOnAlreadyInstalledTestCase.php');
 34+require_once ( dirname( __FILE__ ) . '/MediaWikiUserInterfaceTestCase.php' );
 35+require_once ( dirname( __FILE__ ) . '/MediaWikiButtonsAvailabilityTestCase.php' );
 36+require_once ( dirname( __FILE__ ) . '/MediaWikiHelpFieldHintTestCase.php' );
 37+require_once ( dirname( __FILE__ ) . '/MediaWikiRightFrameworkLinksTestCase.php' );
 38+require_once ( dirname( __FILE__ ) . '/MediaWikiRestartInstallationTestCase.php' );
 39+require_once ( dirname( __FILE__ ) . '/MediaWikiErrorsConnectToDatabasePageTestCase.php' );
 40+require_once ( dirname( __FILE__ ) . '/MediaWikiErrorsNamepageTestCase.php' );
 41+require_once ( dirname( __FILE__ ) . '/MediaWikiMySQLDataBaseTestCase.php' );
 42+require_once ( dirname( __FILE__ ) . '/MediaWikiMySQLiteDataBaseTestCase.php' );
 43+require_once ( dirname( __FILE__ ) . '/MediaWikiUpgradeExistingDatabaseTestCase.php' );
 44+require_once ( dirname( __FILE__ ) . '/MediaWikiDifferntDatabasePrefixTestCase.php' );
 45+require_once ( dirname( __FILE__ ) . '/MediaWikiDifferentDatabaseAccountTestCase.php' );
 46+require_once ( dirname( __FILE__ ) . '/MediaWikiOnAlreadyInstalledTestCase.php' );
4747
4848
4949
Index: trunk/phase3/tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php
@@ -33,7 +33,7 @@
3434 * Version : MediaWiki 1.18alpha
3535 */
3636
37 -require_once (dirname(__FILE__).'/'.'MediaWikiInstallationCommonFunction.php');
 37+require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationCommonFunction.php' );
3838
3939 class MediaWikiHelpFieldHintTestCase extends MediaWikiInstallationCommonFunction {
4040
Index: trunk/phase3/tests/selenium/installer/MediaWikiInstallationCommonFunction.php
@@ -27,9 +27,9 @@
2828 */
2929
3030 require_once 'PHPUnit/Extensions/SeleniumTestCase.php';
31 -require_once (dirname(__FILE__).'/' .'MediaWikiInstallationConfig.php');
32 -require_once (dirname(__FILE__).'/' .'MediaWikiInstallationMessage.php');
33 -require_once (dirname(__FILE__).'/' .'MediaWikiInstallationVariables.php');
 31+require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationConfig.php' );
 32+require_once ( dirname(__FILE__) . '/MediaWikiInstallationMessage.php' );
 33+require_once ( dirname(__FILE__) . '/MediaWikiInstallationVariables.php');
3434
3535
3636 class MediaWikiInstallationCommonFunction extends PHPUnit_Extensions_SeleniumTestCase {
Index: trunk/phase3/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php
@@ -28,7 +28,7 @@
2929 */
3030
3131
32 -require_once (dirname(__FILE__).'/'.'MediaWikiInstallationCommonFunction.php');
 32+require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationCommonFunction.php' );
3333
3434 /*
3535 * Test Case ID : 30 (http://www.mediawiki.org/wiki/New_installer/Test_plan)
Index: trunk/phase3/tests/selenium/installer/MediaWikiInstallationConfig.php
@@ -36,7 +36,7 @@
3737 */
3838 define('DB_NAME_PREFIX', "database_name" );
3939 define('DIRECTORY_NAME', "mediawiki" );
40 -define ('PORT', "8080" );
 40+define( 'PORT', "8080" );
4141 define( 'HOST_NAME', "localhost" );
4242
4343 /*
Index: trunk/phase3/tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php
@@ -27,7 +27,7 @@
2828 *
2929 */
3030
31 -require_once (dirname(__FILE__).'/'.'MediaWikiInstallationCommonFunction.php');
 31+require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationCommonFunction.php' );
3232
3333 /*
3434 * Test Case ID : 02 (http://www.mediawiki.org/wiki/New_installer/Test_plan)
Index: trunk/phase3/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php
@@ -28,7 +28,7 @@
2929 */
3030
3131
32 -require_once (dirname(__FILE__).'/'.'MediaWikiInstallationCommonFunction.php');
 32+require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationCommonFunction.php' );
3333
3434 /*
3535 * Test Case ID : 04 (http://www.mediawiki.org/wiki/New_installer/Test_plan)

Status & tagging log