diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2021-04-14 22:45:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2021-04-14 22:45:40 +0000 |
commit | ccb2e92fe8db46f2b3fd22aa15020634ba64ab70 (patch) | |
tree | 078b2806ce49865aae0e51eb9e16cda1d941bdd1 /tests/phpunit | |
parent | 5752dcbe0b729bd2eaa9bff0a5a6dbfe9cb583aa (diff) | |
parent | bb1fdb91acb18e32e5ee1aa7d7a4d837064819bf (diff) | |
download | mediawikicore-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.php | 1 |
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 ); } |