PHP Class RedUNIT\Mysql\Uuid

Tests whether we can use UUIDs with MySQL/MariaDB, to this end we use a reference implementation of a UUID MySQL Writer: UUIDWriterMySQL, however this class is not part of the code base, it should be considered a reference or example implementation. These tests focus on whether UUIDs in general do not cause any unexpected issues.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Mysql
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testFullSupport ( ) Test Full fluid UUID support.
testUUIDReadSupport ( ) : void Test Read-support.

Method Details

testFullSupport() public method

Test Full fluid UUID support.
public testFullSupport ( )

testUUIDReadSupport() public method

Test Read-support.
public testUUIDReadSupport ( ) : void
return void