How to make a general profile for PHPUnit testing in WebIDE?
        Posted  
        
            by Ondrej Slinták
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ondrej Slinták
        
        
        
        Published on 2010-02-25T15:12:42Z
        Indexed on 
            2010/04/15
            6:53 UTC
        
        
        Read the original article
        Hit count: 619
        
I'm playing a bit with beta version of PHP Storm (PHP version of WebIDE) and its integration of PHPUnit. I know how to set a profile to run tests in particular file, directory or class. Problem is, I'd like to create some profile where Run button would run tests in currently opened file.
Any idea if there's a way to do it? Or perhaps it isn't implemented in beta version yet?
© Stack Overflow or respective owner