Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
LikeTest Class Reference
Inheritance diagram for LikeTest:
CDbTestCase

Public Member Functions

 setUp ()
 testGetLikes ()
 testGetLikesQty ()
 testUserRelation ()
 testProfileRelation ()
 testCreateDelete ()
 testValidateFields ()
- Public Member Functions inherited from CDbTestCase
 __get ($name)
 __call ($name, $params)
 getFixtureManager ()
 getFixtureData ($name)
 getFixtureRecord ($name, $alias)

Public Attributes

 $fixtures

Additional Inherited Members

- Protected Attributes inherited from CDbTestCase
 $fixtures = false

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

Definition at line 11 of file LikeTest.php.

Member Function Documentation

LikeTest::setUp ( )

Sets up the fixture before executing a test method. If you override this method, make sure the parent implementation is invoked. Otherwise, the database fixtures will not be managed properly.

Reimplemented from CDbTestCase.

Definition at line 20 of file LikeTest.php.

{
Yii::app()->getModule('like');
}

Member Data Documentation

LikeTest::$fixtures
Initial value:
array(
'users' => 'User',
'likes' => 'Like',
'profiles' => 'Profile'
)

Definition at line 13 of file LikeTest.php.


The documentation for this class was generated from the following file: