PHP Class Gc\User\VisitorTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$object Visitor

Méthodes publiques

Méthode Description
testGetNbPagesViews ( ) : void Test
testGetNbVisitors ( ) : void Test
testGetReferers ( ) : void Test
testGetTotalPageViews ( ) : void Test
testGetTotalVisitors ( ) : void Test
testGetUrlId ( ) : void Test
testGetUrlsViews ( ) : void Test
testGetVisitorId ( ) : void Test
testGetVisitorIdWithWrongData ( ) : void Test

Méthodes protégées

Méthode Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected méthode

This method is called before a test is executed.
protected setUp ( ) : void
Résultat void

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void

testGetNbPagesViews() public méthode

Test
public testGetNbPagesViews ( ) : void
Résultat void

testGetNbVisitors() public méthode

Test
public testGetNbVisitors ( ) : void
Résultat void

testGetReferers() public méthode

Test
public testGetReferers ( ) : void
Résultat void

testGetTotalPageViews() public méthode

Test
public testGetTotalPageViews ( ) : void
Résultat void

testGetTotalVisitors() public méthode

Test
public testGetTotalVisitors ( ) : void
Résultat void

testGetUrlId() public méthode

Test
public testGetUrlId ( ) : void
Résultat void

testGetUrlsViews() public méthode

Test
public testGetUrlsViews ( ) : void
Résultat void

testGetVisitorId() public méthode

Test
public testGetVisitorId ( ) : void
Résultat void

testGetVisitorIdWithWrongData() public méthode

Test
public testGetVisitorIdWithWrongData ( ) : void
Résultat void

Property Details

$object protected_oe property

protected Visitor,Gc\User $object
Résultat Visitor