This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
index baa3f33..1fdd0b3 100644 | |
--- a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
+++ b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
@@ -293,36 +293,6 @@ function testUpdateHiddenBaseTheme() { | |
} | |
/** | |
- * Tests updates with a hidden base theme. | |
- */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
index 37100ae..baa3f33 100644 | |
--- a/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
+++ b/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php | |
@@ -262,13 +262,15 @@ function testUpdateShowDisabledThemes() { | |
} | |
} | |
- /** | |
- * Tests that hidden base themes do not report a specified undefined |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Link to <a href="http://www.google.com">google</a>. | |
Link with <a href="http://www.google.ca/?q=some space">space in it</a>. | |
Another link with <a href="/your link">space in it</a>. | |
Link with <a href="javascript:alert('inline!');">inline JavaScript.</a> | |
An image as a link: <br /> | |
<a href="http://drupal.org"><img src="http://drupal.org/files/druplicon.small_.png"></a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class MyMigration extends Migration { | |
public $base_dir; | |
/** | |
* Constructor. | |
*/ | |
public function __construct() { | |
parent::__construct(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = VoxPelli OAuth Test | |
core = 7.x | |
dependencies[] = oauth_common | |
dependencies[] = http_client |
NewerOlder