Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
CommentsModuleTest.php
1 <?php
2 /**
3  * Created by JetBrains PhpStorm.
4  * User: andrew
5  * Date: 7/13/12
6  * Time: 1:23 PM
7  * To change this template use File | Settings | File Templates.
8  */
10 {
11 
12  protected function getCommentsModule()
13  {
14  return Yii::app()->getModule('comments');
15  }
16 
17  public function testLoginUrl()
18  {
19  $this->assertTrue(is_string($this->getCommentsModule()->loginUrl));
20  }
21 
22 
23 
24 }