public function AcquiaLiftTestLogger::clearLogs in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 tests/acquia_lift.test_classes.inc \AcquiaLiftTestLogger::clearLogs()
File
- tests/
acquia_lift.test_classes.inc, line 316 - Provides test classes for Acquia Lift
Class
Code
public function clearLogs() {
self::$logs = array();
}