You are here

public function AcquiaLiftTestLogger::clearLogs in Acquia Lift Connector 7

Same name and namespace in other branches
  1. 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

AcquiaLiftTestLogger

Code

public function clearLogs() {
  self::$logs = array();
}