PHP Class Social\Model\AddThisTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: gotcms/gotcms

Protected Properties

Property Type Description
$configTable
$object

Public Methods

Method Description
testAddWidgets ( ) : void Test
testConstructwithInvalidParameter ( ) : void Test
testGetConfig ( ) : void Test
testGetDefaultStyles ( ) : void Test
testGetLanguages ( ) : void Test
testGetWidgets ( ) : void Test
testSaveConfig ( ) : void Test
testSetConfig ( ) : 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

testAddWidgets() public method

Test
public testAddWidgets ( ) : void
return void

testConstructwithInvalidParameter() public method

Test

testGetConfig() public method

Test
public testGetConfig ( ) : void
return void

testGetDefaultStyles() public method

Test
public testGetDefaultStyles ( ) : void
return void

testGetLanguages() public method

Test
public testGetLanguages ( ) : void
return void

testGetWidgets() public method

Test
public testGetWidgets ( ) : void
return void

testSaveConfig() public method

Test
public testSaveConfig ( ) : void
return void

testSetConfig() public method

Test
public testSetConfig ( ) : void
return void

Property Details

$configTable protected property

protected $configTable

$object protected property

protected $object