PHP Class RedUNIT\Blackhole\Tainted

This test suite tests whether beans are marked as tainted under the correct circumstances.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Blackhole
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testClearHist ( ) : void Tests whether we can clear the history of a bean.
testHasChangedList ( ) : void Test whether we can detect a change using hasChanged().
testTainted ( ) : void Test tainted.

Method Details

testClearHist() public method

Tests whether we can clear the history of a bean.
public testClearHist ( ) : void
return void

testHasChangedList() public method

Test whether we can detect a change using hasChanged().
public testHasChangedList ( ) : void
return void

testTainted() public method

Test tainted.
public testTainted ( ) : void
return void