Changeset 57

Show
Ignore:
Timestamp:
11/29/06 23:40:59 (2 years ago)
Author:
mikey
Message:

added some clarity to the expected result

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/TestEmptyConstructor.php

    r23 r57  
    2929 
    3030        $foo = $conf->getConfigValue('foo'); 
     31        echo 'This should be null: '; 
    3132        var_dump($foo->getDataFromConstructor()); 
    3233    }