Skip to content
Snippets Groups Projects
Commit afa3d0fc authored by catch's avatar catch
Browse files

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

This reverts commit 5dc2bd06.
parent e4b6c4d5
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,6 @@ public function testDefaultMetaTagsExist() {
* 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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment