phpDoc for HumHubDbTestCase::allowGuestAccess

This commit is contained in:
githubjeka 2018-02-21 14:05:27 +03:00
parent 4c8c574451
commit 6f238d02db

View File

@ -188,6 +188,9 @@ class HumHubDbTestCase extends Unit
$this->assertEquals($subject, str_replace(["\n", "\r"], '', $message->getSubject()));
}
/**
* @param bool $allow
*/
public function allowGuestAccess($allow = true)
{
Yii::$app