Fixed all.test2 function redirect DT#3553

skala
Arthur Portugal 16 years ago
parent a6a092d8e1
commit 2e1172aacb
  1. 6
      tests/main/auth/openid/openid.lib.test.php

@ -211,11 +211,7 @@ class TestOpenId extends UnitTestCase {
$url = api_get_path(WEB_PATH).'tests/all.test2.php';
ob_start();
$res=openid_redirect_http($url, $message = array());
$dd = $this->assertTrue(is_null($res));
var_dump($dd);
$this->assertTrue(is_null($res));
ob_end_clean();
}

Loading…
Cancel
Save