Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Keith Davis
Total activity
1129
Last activity
November 12, 2024 20:37
Member since
August 23, 2010 18:43
Following
1 user
Followed by
0 users
Votes
7
Subscriptions
303
Activity overview
Posts (178)
Comments (641)
Sort by recent activity
Recent activity
Votes
Created
November 01, 2010 22:26
Ok, found the Project Tree. Show included files was selected (I didn't do that.) Now, it's showing me to create this.Right off the bat, it shows me this syntax:file[Intranet_TEAM1]:library/classes/...
Community
PhpStorm
How do I use Scopes?
0 votes
Created
November 01, 2010 22:31
lol, I just saw this:Module Modifiershelp you narrow down the scope by specifying the name of the related module in the form src[module name]:<E>. lib[module name]:<E>, or test[module name]:<E>. Fo...
Community
PhpStorm
How do I use Scopes?
0 votes
Created
November 02, 2010 13:30
Feature requested file: http://youtrack.jetbrains.net/issue/WI-3844
Community
PhpStorm
CVS - Branch Issues
0 votes
Created
November 19, 2010 21:44
Here's one thing I don't understand. One of those sites says I'm supposed to not include Framework.php, but instead include Autoload.php. Which I'm doing in my test file here:require_once 'PHPUnit/...
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 19, 2010 21:59
As far as the installation problem goes, this fixed it:pear channel-discover components.ez.noWhy in the heck is that not in the install guide?
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 20, 2010 01:24
I abandoned trying to learn PHPUnit once before. It's just too complicated to setup. I know we need to start using it, but it's so time consuming just trying to make it work, much less all the time...
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 20, 2010 01:42
Ok, it is loading the configuration.xml file correctly. Still, I don't know why it's trying to include '' on one line and it appears that it's getting permission denied when trying to access my boo...
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 20, 2010 22:27
Sorry, that was copying and pasting from PHPStorm, I fixed, but it still won't work.So, I'm trying a more simplified test.c:\PHP>phpunit C:\Inetpub\Intranet_Local\phpunit\PHPToJSTest.phpFailed load...
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 20, 2010 22:50
Ok, this seems to solve the autoload issue. Added this line to my common.php, which has to load with every page we run:spl_autoload_register("__autoload");
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 20, 2010 23:04
I am using to test individual classes, like you suggest, but even with those, they are heavily integrated andcall upon many different resources, so it's not so simple to just call a class without l...
Community
PhpStorm
PHPUnit - Error?
0 votes
«
First
‹
Previous
Next
›
Last
»