public function ApplicationTester::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Tester/ApplicationTester.php \Symfony\Component\Console\Tester\ApplicationTester::__construct()
Constructor.
Parameters
Application $application An Application instance to test.:
File
- vendor/
symfony/ console/ Tester/ ApplicationTester.php, line 42
Class
- ApplicationTester
- Eases the testing of console applications.
Namespace
Symfony\Component\Console\TesterCode
public function __construct(Application $application) {
$this->application = $application;
}