I am trying to integrate the Phalcon developer tools with phpstorm. There is a video here, but I am unable to view it due to my location.
I can't find any other usable reference in the documentation, how can I accomplish this?
PHP is a general-purpose server-side scripting language originally designed for Web development to produce dynamic Web pages. It is one of the first developed server-side scripting languages to be embedded into an HTML source document rather than calling an external file to process data. The code is interpreted by a Web server with a PHP processor module which generates the resulting Web page. It also has evolved to include a command-line interface capability and can be used in standalone graphical applications. PHP can be deployed on most Web servers and also as a standalone shell on al...
I did this because : Phalcon is awesome and needs to be on SO, so you get the residual benefit of more people actually knowing it exists and because it's (to my only knowledge) the only possible marriage of C and PHP as a tag.
Moderator Note This chat room was created as a result of a moderator initiated, and sanctioned outreach to an open source community. This notice will vanish in a week, please refrain from trolling while these folks get used to their new digs.
Oh yeah, you can star and pin messages too, hover over one.
That should preempt about 30 dozen zealots from bugging you while you get used to how things work.
@twistedxtra I dismissed your flag (yep, it works, every flag you send will reach every logged in moderator) Use moderator only flags when you really need help. Spam / Offensive flags take effect once a few people flag the same way.
Also notice that my name is in blue. That signifies a moderator.
@twistedxtra (I hovered over your message and clicked the arrow to the far right to reply to this directly in a way the transcripts understand) No worries. The other SO mods know you're moving in.
And you see, to the left of what I just posted is an arrow you can click to see what I was replying to.
I have script called Script.php and tests for it in Tests/Script.php, but when I run phpunit Tests it does not execute any tests in my test file. How do I run all my tests with phpunit?
PHPUnit 3.3.17, PHP 5.2.6-3ubuntu4.2, latest Ubuntu
Output:
$ phpunit Tests
PHPUnit 3.3.17 by Sebastian Berg...
with of course exceptions such as session and stuff. But for some of those that "cannot" be tested, we have the DI container and mock tests so we can pretty much test everything