Ignore:
Timestamp:
Dec 11, 2013 6:09:07 PM (11 years ago)
Author:
anonymous
Message:

Wrapper script for phpunit. Changed logMsg SCREEN action to print to stderr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eli_branch/tests/AppTest.php

    r442 r446  
    44 * For details visit the project site: <http://trac.strangecode.com/codebase/>
    55 * Copyright 2001-2012 Strangecode, LLC
    6  * 
     6 *
    77 * This file is part of The Strangecode Codebase.
    88 *
     
    1111 * Free Software Foundation, either version 3 of the License, or (at your option)
    1212 * any later version.
    13  * 
     13 *
    1414 * The Strangecode Codebase is distributed in the hope that it will be useful, but
    1515 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1616 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    1717 * details.
    18  * 
     18 *
    1919 * You should have received a copy of the GNU General Public License along with
    2020 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     
    3030 * Created with PHPUnit_Skeleton on 2005-08-09
    3131 */
    32 //
    3332
    3433class AppTest extends PHPUnit_Framework_TestCase {
    3534
    3635    var $App;
    37    
     36
    3837    static $shared_session;
    3938
     
    9695    {
    9796        $db =& DB::getInstance();
    98    
     97
    9998        $qid = $db->query("SELECT 2 + 2");
    10099        list($result) = mysql_fetch_row($qid);
Note: See TracChangeset for help on using the changeset viewer.