aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2021-04-14 22:45:40 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2021-04-14 22:45:40 +0000
commitccb2e92fe8db46f2b3fd22aa15020634ba64ab70 (patch)
tree078b2806ce49865aae0e51eb9e16cda1d941bdd1 /tests/phpunit
parent5752dcbe0b729bd2eaa9bff0a5a6dbfe9cb583aa (diff)
parentbb1fdb91acb18e32e5ee1aa7d7a4d837064819bf (diff)
downloadmediawikicore-ccb2e92fe8db46f2b3fd22aa15020634ba64ab70.tar.gz
mediawikicore-ccb2e92fe8db46f2b3fd22aa15020634ba64ab70.zip
Merge "uuid: Simplify GlobalIdGenerator by removing QUICK_VOLATILE flag"
Diffstat (limited to 'tests/phpunit')
-rw-r--r--tests/phpunit/unit/includes/libs/uuid/GlobalIdGeneratorTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/libs/uuid/GlobalIdGeneratorTest.php b/tests/phpunit/unit/includes/libs/uuid/GlobalIdGeneratorTest.php
index e0a574cb1c42..9b49a343bd20 100644
--- a/tests/phpunit/unit/includes/libs/uuid/GlobalIdGeneratorTest.php
+++ b/tests/phpunit/unit/includes/libs/uuid/GlobalIdGeneratorTest.php
@@ -218,7 +218,6 @@ class GlobalIdGeneratorTest extends PHPUnit\Framework\TestCase {
protected function setUp() : void {
$this->globalIdGenerator = new GlobalIdGenerator(
wfTempDir(),
- new HashBagOStuff( [] ),
static function ( $command ) {
return wfShellExec( $command );
}