Issue #2080345 by mrsinguyen: Remove Unused local variable $base_url() from /core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php.
parent
bcbc3dc9ea
commit
1968d08cd6
|
@ -30,8 +30,6 @@ class CronRunTest extends WebTestBase {
|
|||
* Test cron runs.
|
||||
*/
|
||||
function testCronRun() {
|
||||
global $base_url;
|
||||
|
||||
// Run cron anonymously without any cron key.
|
||||
$this->drupalGet('cron');
|
||||
$this->assertResponse(404);
|
||||
|
|
Loading…
Reference in New Issue