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 FeatureContext extends MinkContext { | |
| /** | |
| * Take screenshot when step fails. | |
| * Works only with Selenium2Driver. | |
| * | |
| * @AfterStep | |
| */ |
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 | |
| /** | |
| * Theme_menu_tree doesn't provide any context information | |
| * THIS SUCKS | |
| * But you can use hook_block_view_alter to change the theme wrapper | |
| * OUF! | |
| */ | |
| function MYTHEME_menu_tree(&$variables) { |
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
| git archive --output=file.zip HEAD $(git diff --name-only SHA1 SHA2) |
NewerOlder