diff --git a/tests/main/auth/openid/openid.lib.test.php b/tests/main/auth/openid/openid.lib.test.php index 980ede3ec1..a38db988a9 100644 --- a/tests/main/auth/openid/openid.lib.test.php +++ b/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(); }