tests/FwlibTest/Db/DbDiffTest.php 1 location
|
@@ 71-80 (lines=10) @@
|
68 |
|
} |
69 |
|
|
70 |
|
|
71 |
|
public static function setUpBeforeClass() |
72 |
|
{ |
73 |
|
parent::setUpBeforeClass(); |
74 |
|
|
75 |
|
$uuidGenerator = UtilContainer::getInstance()->getUuidBase36(); |
76 |
|
|
77 |
|
self::$uuid1 = $uuidGenerator->generate(); |
78 |
|
self::$uuid2 = $uuidGenerator->generate(); |
79 |
|
self::$uuid3 = $uuidGenerator->generate(); |
80 |
|
} |
81 |
|
|
82 |
|
|
83 |
|
/** |
tests/FwlibTest/Db/Diff/ExecutorTest.php 1 location
|
@@ 88-97 (lines=10) @@
|
85 |
|
} |
86 |
|
|
87 |
|
|
88 |
|
public static function setUpBeforeClass() |
89 |
|
{ |
90 |
|
parent::setUpBeforeClass(); |
91 |
|
|
92 |
|
$uuidGenerator = UtilContainer::getInstance()->getUuidBase36(); |
93 |
|
|
94 |
|
self::$uuid1 = $uuidGenerator->generate(); |
95 |
|
self::$uuid2 = $uuidGenerator->generate(); |
96 |
|
self::$uuid3 = $uuidGenerator->generate(); |
97 |
|
} |
98 |
|
|
99 |
|
|
100 |
|
/** |