comparison core/tests/Drupal/Tests/Component/Utility/CryptRandomFallbackTest.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
14 * 14 *
15 * @coversDefaultClass \Drupal\Component\Utility\Crypt 15 * @coversDefaultClass \Drupal\Component\Utility\Crypt
16 */ 16 */
17 class CryptRandomFallbackTest extends TestCase { 17 class CryptRandomFallbackTest extends TestCase {
18 18
19 static protected $functionCalled = 0; 19 protected static $functionCalled = 0;
20 20
21 /** 21 /**
22 * Allows the test to confirm that the namespaced random_bytes() was called. 22 * Allows the test to confirm that the namespaced random_bytes() was called.
23 */ 23 */
24 public static function functionCalled() { 24 public static function functionCalled() {