Ignore:
Timestamp:
Dec 13, 2013 11:24:08 PM (11 years ago)
Author:
anonymous
Message:

Changed some global constants to class constants (in cases where backwards compatability wouldn't break).

File:
1 edited

Legend:

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

    r446 r447  
    113113    {
    114114        ob_start();
    115         //$this->test_raisemsg();  //had to add this line for phpunit ver. 3.7
     115        $this->test_raisemsg();  //had to add this line for phpunit ver. 3.7 ///
    116116        $app =& App::getInstance();
    117117        $app->printraisedmessages();
Note: See TracChangeset for help on using the changeset viewer.