How can I access global variables inside PHPUnit 3.4.9?
        Posted  
        
            by blackliteon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by blackliteon
        
        
        
        Published on 2010-04-08T09:59:10Z
        Indexed on 
            2010/04/08
            10:23 UTC
        
        
        Read the original article
        Hit count: 269
        
I'm trying to write tests for some legacy code with PHPUnit 3.4.9, but it seems that all my global variables are invisible.
How can I access global variables inside PHPUnit 3.4.9?
© Stack Overflow or respective owner