Skip to content

Commit

Permalink
[Console] added some missing information in the phpdoc (closes #6464)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 24, 2013
1 parent aef2a93 commit fdb2d93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tester/ApplicationTester.php
Expand Up @@ -20,6 +20,11 @@
/**
* Eases the testing of console applications.
*
* When testing an application, don't forget to disable the auto exit flag:
*
* $application = new Application();
* $application->setAutoExit(false);
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class ApplicationTester
Expand Down

0 comments on commit fdb2d93

Please sign in to comment.