Revert "Issue #2603152 by alexpott, Fabianx, neclimdul: Fix PHP 7 testbot failures"
This reverts commit 5dc2bd0613
.
8.0.x
parent
e4b6c4d5e4
commit
afa3d0fcd9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue