Run PHPUnit Tests in Certain Order
        Posted  
        
            by dragonmantank
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dragonmantank
        
        
        
        Published on 2008-08-13T19:02:23Z
        Indexed on 
            2010/03/28
            10:43 UTC
        
        
        Read the original article
        Hit count: 304
        
Is there a way to get the tests inside of a TestCase to run in a certain order? For example, I want to seperate the lifecycle of an object from creation to use to destruction but need to make sure that the object is set up first before I run the other tests.
© Stack Overflow or respective owner