You are here

public static function DummyAcquiaLiftHttpClient::clearLoggedRequests in Acquia Lift Connector 7

Same name and namespace in other branches
  1. 7.2 tests/acquia_lift.test_classes.inc \DummyAcquiaLiftHttpClient::clearLoggedRequests()
8 calls to DummyAcquiaLiftHttpClient::clearLoggedRequests()
AcquiaLiftTest::assertAPIRequests in tests/AcquiaLiftAPI.test
Asserts that the expected requests were made to the http client.
AcquiaLiftTest::testGetCallsForPreviousMonth in tests/AcquiaLiftAPI.test
Test the testGetCallsForPreviousMonth() method.
AcquiaLiftTest::testSaveAgent in tests/AcquiaLiftAPI.test
AcquiaLiftTest::testUpdateAgentStatus in tests/AcquiaLiftAPI.test
AcquiaLiftWebTestReports::testPerGoalReport in tests/acquia_lift.test

... See full list

File

tests/acquia_lift.test_classes.inc, line 115
Provides test classes for Acquia Lift

Class

DummyAcquiaLiftHttpClient
Classes used for testing.

Code

public static function clearLoggedRequests() {
  self::$requests_received = array();
}