mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-17 16:26:51 +03:00
Add more unit tests for Pecl-based factory
Do not try to install UUID ext in HHVM run
This commit is contained in:
+1
-1
@@ -719,7 +719,7 @@ class Uuid implements UuidInterface, \JsonSerializable
|
||||
public static function getFactory()
|
||||
{
|
||||
if (! self::$factory) {
|
||||
self::$factory = new UuidFactory();
|
||||
self::$factory = new PeclUuidFactory(new UuidFactory());
|
||||
}
|
||||
|
||||
return self::$factory;
|
||||
|
||||
Reference in New Issue
Block a user