Ignore:
Timestamp:
2012/02/11 05:48:00 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/test/class/page/LC_Page_Test.php

    r21015 r21481  
    117117        $_SERVER['DOCUMENT_ROOT'] = realpath(dirname(__FILE__) . "/../../../html"); 
    118118 
    119         $queryString = array("mode" => "update", "type" => "text"); 
     119        $queryString = array('mode' => 'update', 'type' => 'text'); 
    120120        $url = $objPage->getLocation("/abouts/index.php", $queryString); 
    121121 
     
    133133        $_SERVER['DOCUMENT_ROOT'] = realpath(dirname(__FILE__) . "/../../../html"); 
    134134 
    135         $queryString = array("mode" => "update", "type" => "text"); 
     135        $queryString = array('mode' => 'update', 'type' => 'text'); 
    136136        $url = $objPage->getLocation("/abouts/index.php", $queryString, true); 
    137137 
     
    149149        $documentRoot = realpath(dirname(__FILE__) . "/../../../html"); 
    150150 
    151         $queryString = array("mode" => "update", "type" => "text"); 
     151        $queryString = array('mode' => 'update', 'type' => 'text'); 
    152152        $url = $objPage->getLocation("/abouts/index.php", array(), 
    153153                                     false, $documentRoot); 
Note: See TracChangeset for help on using the changeset viewer.