Issue #2080345 by mrsinguyen: Remove Unused local variable $base_url() from /core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php.

8.0.x
Nathaniel Catchpole 2013-09-16 12:17:18 +01:00
parent bcbc3dc9ea
commit 1968d08cd6
1 changed files with 0 additions and 2 deletions

View File

@ -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);