Kevin Burton

Avatar
  • Total activity 222
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 51
  • Created

    PHP Unit test terminated?

    I setup my configuration and not is all I am getting is 'Process finished with exit code 0'. The pane on the far left with columns labeled Test, Time Elapsed, and Results only shows the location of...
    • 4 followers
    • 10 comments
    • 0 votes
  • Created

    XDebug setup.

    I have two questions that have come up as I setup XDebug for PHPStorm.1) http://www.jetbrains.com/phpstorm/marklets/ for XDebug asks for an IDE key. Does this key also need to be supplied to the ID...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Renamed project still shows up as old name>

    I renamed a project but when I go to another project and try to 'Reopen' the supposedly renamed project it still shows up as the old project name even though all references in .idea have the new pr...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Start debugger with IE

    I have created some bookmarks to enable debugging for Chrome. Now I would like to do the same for IE. It seems that IE insists that the bookmarks are URLs. How do I use IE and enable debugging?Than...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    PHP Unit test configuration for local single test

    I have a suite of tests that run locally and all the tests run well. Now I would like to be able to run an individual test in that suite. I have aconfiguration for one of the tests:I know that this...
    • 2 followers
    • 11 comments
    • 0 votes
  • Created

    PHP Unit test creation.

    I am trying to follow along the instructions for creating a unit test in PHPStorm http://www.jetbrains.com/phpstorm/webhelp/creating-phpunit-tests.html. But I get hung up on step 3. It indicates th...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Debug configuration validation?

    I have been successfully debugging for about a week now. But when I look at the configuration settings I don't see that debugging has been validated. Is there still some configuration that i am mis...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Installing PHPUnit

    I am on a Windows platform and my PHP is version 5.5.3. I tried to install the PHPUnit and I get:C:\xampp\php>pear install pear.phpunit.de/PHPUnitAttempting to discover channel "pear.phpunit.de"......
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Exception source?

    I am in the debugger and I am executing a simple line like 'return $output . $footer' and up stepping over this line I find myself in an exception handler.  The function specified with I register_s...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Debugging IDE Key

    I have setup debugging with bookmarks to start the debugger in Chrome and that has worked well sor a while now I want to setup debugging with IE as my browser.  I go to 'http://www.jetbrains.com/ph...
    • 2 followers
    • 1 comment
    • 0 votes