Mercurial > hg > isophonics-drupal-site
comparison core/tests/Drupal/Tests/Component/Utility/CryptRandomFallbackTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
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() { |