Revert "Issue #2603152 by alexpott, Fabianx, neclimdul: Fix PHP 7 testbot failures"

This reverts commit 5dc2bd0613.
8.0.x
Nathaniel Catchpole 2015-11-04 14:27:34 +00:00
parent e4b6c4d5e4
commit afa3d0fcd9
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@ class DefaultMobileMetaTagsTest extends WebTestBase {
* Verifies that the default mobile meta tags can be removed.
*/
public function testRemovingDefaultMetaTags() {
// @todo remove once PHP7 on Drupal CI has the fix.
if (version_compare(phpversion(), '7.0.0-dev') >= 0) {
// @see https://bugs.php.net/bug.php?id=70808
return;
}
\Drupal::service('module_installer')->install(array('system_module_test'));
$this->drupalGet('');
foreach ($this->defaultMetaTags as $name => $metatag) {