PHP Class RedUNIT\Base\Misc

Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testAutoClearHistory ( ) : void Test whether we can set the 'auto clear' option in OODB.
testBeanIdentityEquality ( ) Test Bean identity equality.
testBeauficationAndArrayFunctions ( ) : void Test beautification and array functions.
testBeautifulColumnNames ( ) : void Test beautification of column names.
testCheckDirectly ( ) : void Normally the check() method is always called indirectly when dealing with beans. This test ensures we can call check() directly. Even though frozen repositories do not rely on bean checking to improve performance the method should still offer the same functionality when called directly.
testCoffeeWithSugarAndFUSE ( ) : void Tests FUSE and lists, FUSE enforces no more than 3 sugar cubes in coffee.
testDatabaseProperties ( ) : void Test reflectional functions of database.
testENUM ( ) : void Test ENUM functionality offered by Label Maker.
testENUMBasics ( ) : void ENUM Basic tests.
testENUMInQuery ( ) : void Test ENUM in Queries and with short hand notation.
testFUSEnested ( ) : void Test nested FUSE scenarios.
testInspect ( ) : void Tests the R::inspect() method on the Facade.
testLegacyCode ( ) : void Test Backward compatibility writer ESC-method.
testMultiDeleteUpdate ( ) Test trashAll().
testSharedListsAutoUnbox ( ) Test if adding SimpleModles to a shared list will auto unbox them.
testTableExist ( ) : void Test whether we can use the tableExist() method in OODB instances directly to help us determine the existance of a table.
testTransactions ( ) : void Test Transactions.

Method Details

testAutoClearHistory() public method

Test whether we can set the 'auto clear' option in OODB.
public testAutoClearHistory ( ) : void
return void

testBeanIdentityEquality() public method

Test Bean identity equality.

testBeauficationAndArrayFunctions() public method

Test beautification and array functions.

testBeautifulColumnNames() public method

Test beautification of column names.
public testBeautifulColumnNames ( ) : void
return void

testCheckDirectly() public method

Normally the check() method is always called indirectly when dealing with beans. This test ensures we can call check() directly. Even though frozen repositories do not rely on bean checking to improve performance the method should still offer the same functionality when called directly.
public testCheckDirectly ( ) : void
return void

testCoffeeWithSugarAndFUSE() public method

Tests FUSE and lists, FUSE enforces no more than 3 sugar cubes in coffee.
public testCoffeeWithSugarAndFUSE ( ) : void
return void

testDatabaseProperties() public method

Test reflectional functions of database.
public testDatabaseProperties ( ) : void
return void

testENUM() public method

Test ENUM functionality offered by Label Maker.
public testENUM ( ) : void
return void

testENUMBasics() public method

ENUM Basic tests.
public testENUMBasics ( ) : void
return void

testENUMInQuery() public method

Test ENUM in Queries and with short hand notation.
public testENUMInQuery ( ) : void
return void

testFUSEnested() public method

Test nested FUSE scenarios.
public testFUSEnested ( ) : void
return void

testInspect() public method

Tests the R::inspect() method on the Facade.
public testInspect ( ) : void
return void

testLegacyCode() public method

Test Backward compatibility writer ESC-method.
public testLegacyCode ( ) : void
return void

testMultiDeleteUpdate() public method

Test trashAll().

testSharedListsAutoUnbox() public method

Test if adding SimpleModles to a shared list will auto unbox them.

testTableExist() public method

Test whether we can use the tableExist() method in OODB instances directly to help us determine the existance of a table.
public testTableExist ( ) : void
return void

testTransactions() public method

Test Transactions.
public testTransactions ( ) : void
return void