PHP Class Tools\Model\Behavior\ResetBehaviorTest

Inheritance: extends Tools\TestSuite\TestCase
Show file Open project: dereuromark/cakephp-tools

Public Properties

Property Type Description
$ResetBehavior ResetBehavior
$Table Tools\Model\Table\Table
$fixtures array

Public Methods

Method Description
_testResetRecordsWithUpdatedTimestamp ( ) : void ResetBehaviorTest::testResetRecordsWithUpdatedTimestamp()
setUp ( )
tearDown ( )
testResetRecords ( ) : void
testResetRecordsUpdateField ( ) : void
testResetWithCallback ( ) : void ResetBehaviorTest::testResetWithCallback()
testResetWithCallbackAndFields ( ) : void ResetBehaviorTest::testResetWithCallbackAndFields()
testResetWithCallbackAndFieldsAutoAdded ( ) : void ResetBehaviorTest::testResetWithCallbackAndFieldsAutoAdded()
testResetWithObjectCallback ( ) : void ResetBehaviorTest::testResetWithObjectCallback()
testResetWithStaticCallback ( ) : void ResetBehaviorTest::testResetWithStaticCallback()

Method Details

_testResetRecordsWithUpdatedTimestamp() public method

ResetBehaviorTest::testResetRecordsWithUpdatedTimestamp()

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testResetRecords() public method

public testResetRecords ( ) : void
return void

testResetRecordsUpdateField() public method

public testResetRecordsUpdateField ( ) : void
return void

testResetWithCallback() public method

ResetBehaviorTest::testResetWithCallback()
public testResetWithCallback ( ) : void
return void

testResetWithCallbackAndFields() public method

ResetBehaviorTest::testResetWithCallbackAndFields()

testResetWithCallbackAndFieldsAutoAdded() public method

ResetBehaviorTest::testResetWithCallbackAndFieldsAutoAdded()

testResetWithObjectCallback() public method

ResetBehaviorTest::testResetWithObjectCallback()
public testResetWithObjectCallback ( ) : void
return void

testResetWithStaticCallback() public method

ResetBehaviorTest::testResetWithStaticCallback()
public testResetWithStaticCallback ( ) : void
return void

Property Details

$ResetBehavior public property

public ResetBehavior,Tools\Model\Behavior $ResetBehavior
return ResetBehavior

$Table public property

public Table,Tools\Model\Table $Table
return Tools\Model\Table\Table

$fixtures public property

public array $fixtures
return array