You are here

public function DatabaseStorageSortedTestBase::newKey in Key-value Extensions 8

1 call to DatabaseStorageSortedTestBase::newKey()
DatabaseStorageSortedSetTest::testCalls in src/Tests/DatabaseStorageSortedSetTest.php

File

src/Tests/DatabaseStorageSortedTestBase.php, line 65

Class

DatabaseStorageSortedTestBase

Namespace

Drupal\key_value\Tests

Code

public function newKey() {
  return (int) (microtime(TRUE) * 1000000);
}