Howard Ha
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created How to edit the template used to Generate PHPUnit Test?
The results from Generate PHPUnit Test are great, but we need to be able to customize the template because: We use a different coding style than the generated template (we use tabs instead of space... -
Created Constants defined programmatically trigger undefined constants warnings
I'm hoping for some suggestions to help with this problem.In our project we setup alot of our constants programmatically depending on project and environment (dev vs deploy vs production), so we do... -
Created How to setup CVS with putty plink?
We recently switched to use putty plink in order to do CVS over SSH. When trying to perform an annotate on CVS files I get an error about "Cannot run program "ssh": CreateProcess error=2, The syst... -
Created PHPUnit Unix remote + Windows local paths
I have PHPUnit running successfully as a remote mounted configuration, but I'm wondering whether there's a way to have PhpStorm link the files in the results window and also a question about the ac... -
Created What settings to allow PHP inside JS files without breaking inspection
Hello,We're coming from a PHPEd background where they have an option to parse JS files with PHP. They call this setting "Parse PHP in CSS files".We have js and CSS files which have PHP in them, and... -
Created Setting up project with reverse mounted network share
Right now I have a web server on a remote host which mounts exported shares that are local to my system. Phpstorm doesn't offer this as a setup option, are there any tips?Similar to this problem, ...