PHP Class Gc\User\VisitorTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: gotcms/gotcms

Protected Properties

Property Type Description
$object Visitor

Public Methods

Method 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

Protected Methods

Method 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 method

This method is called before a test is executed.
protected setUp ( ) : void
return void

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void

testGetNbPagesViews() public method

Test
public testGetNbPagesViews ( ) : void
return void

testGetNbVisitors() public method

Test
public testGetNbVisitors ( ) : void
return void

testGetReferers() public method

Test
public testGetReferers ( ) : void
return void

testGetTotalPageViews() public method

Test
public testGetTotalPageViews ( ) : void
return void

testGetTotalVisitors() public method

Test
public testGetTotalVisitors ( ) : void
return void

testGetUrlId() public method

Test
public testGetUrlId ( ) : void
return void

testGetUrlsViews() public method

Test
public testGetUrlsViews ( ) : void
return void

testGetVisitorId() public method

Test
public testGetVisitorId ( ) : void
return void

testGetVisitorIdWithWrongData() public method

Test

Property Details

$object protected_oe property

protected Visitor,Gc\User $object
return Visitor