You are here

function AkamaiHookTestCase::testEmptyClear in Akamai 7

Same name and namespace in other branches
  1. 8 akamai.test \AkamaiHookTestCase::testEmptyClear()
  2. 8.2 akamai.test \AkamaiHookTestCase::testEmptyClear()
  3. 7.3 akamai.test \AkamaiHookTestCase::testEmptyClear()
  4. 7.2 akamai.test \AkamaiHookTestCase::testEmptyClear()

Tests clear with no paths.

File

./akamai.test, line 205
Akamai tests.

Class

AkamaiHookTestCase
Test basic API.

Code

function testEmptyClear() {
  $response = akamai_clear_url('clear/me');
  $this
    ->assertFalse($response, "False returned");
}