PHP 클래스 RedUNIT\Base\Misc

저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Base
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
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.

메소드 상세

testAutoClearHistory() 공개 메소드

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

testBeanIdentityEquality() 공개 메소드

Test Bean identity equality.

testBeauficationAndArrayFunctions() 공개 메소드

Test beautification and array functions.

testBeautifulColumnNames() 공개 메소드

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

testCheckDirectly() 공개 메소드

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
리턴 void

testCoffeeWithSugarAndFUSE() 공개 메소드

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

testDatabaseProperties() 공개 메소드

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

testENUM() 공개 메소드

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

testENUMBasics() 공개 메소드

ENUM Basic tests.
public testENUMBasics ( ) : void
리턴 void

testENUMInQuery() 공개 메소드

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

testFUSEnested() 공개 메소드

Test nested FUSE scenarios.
public testFUSEnested ( ) : void
리턴 void

testInspect() 공개 메소드

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

testLegacyCode() 공개 메소드

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

testMultiDeleteUpdate() 공개 메소드

Test trashAll().

testSharedListsAutoUnbox() 공개 메소드

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

testTableExist() 공개 메소드

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

testTransactions() 공개 메소드

Test Transactions.
public testTransactions ( ) : void
리턴 void