Gentics Portal.Node PHP API
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Pages
tests
unit
search
SearchModuleTest.php
1
<?php
2
3
class
SearchModuleTest
extends
CTestCase
4
{
5
public
function
testGetLandingPage()
6
{
7
$this->assertNotEmpty(Yii::app()->getModule(
'search'
)->getLandingPage(
'en'
));
8
9
}
10
11
public
function
testGetApi()
12
{
13
$this->assertNotNull(Yii::app()->getModule(
'search'
)->getApi());
14
}
15
16
}
Generated on Thu Feb 6 2014 15:47:55 for Gentics Portal.Node PHP API by
1.8.1.2