public function AcquiaLiftTestLogger::__construct in Acquia Lift Connector 7.2
Same name and namespace in other branches
- 7 tests/acquia_lift.test_classes.inc \AcquiaLiftTestLogger::__construct()
File
- tests/
acquia_lift.test_classes.inc, line 202 - Provides test classes for Acquia Lift
Class
Code
public function __construct($output = FALSE) {
$this->output = $output;
}