PHP 클래스 Cassandra\UuidTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
equalTypes ( )
notEqualTypes ( )
testCompareEquals ( $value1, $value2 )
testCompareNotEquals ( $value1, $value2 )
testGeneratesUniqueUuids ( )
testUniqueInChild ( ) Ensure UUIDs are unique for fork/child processes

메소드 상세

equalTypes() 공개 메소드

public equalTypes ( )

notEqualTypes() 공개 메소드

public notEqualTypes ( )

testCompareEquals() 공개 메소드

public testCompareEquals ( $value1, $value2 )

testCompareNotEquals() 공개 메소드

public testCompareNotEquals ( $value1, $value2 )

testGeneratesUniqueUuids() 공개 메소드

testUniqueInChild() 공개 메소드

This test will ensure that the PHP driver is producing unique UUIDs for all child processes that get created during fork() operations in web servers (e.g. Apache, nginx, ...etc).
public testUniqueInChild ( )