Skip to content

Commit

Permalink
Merge branch 'MDL-39853_25' of git://github.com/dmonllao/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_25_STABLE
  • Loading branch information
stronk7 committed May 27, 2013
2 parents d6e2b0a + e132b54 commit 8b77e81
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config-dist.php
Expand Up @@ -574,6 +574,32 @@
// 'verbose' => false // 'verbose' => false
// ) // )
// ) // )
// ),
// 'Mac-Firefox' => array(
// 'extensions' => array(
// 'Behat\MinkExtension\Extension' => array(
// 'selenium2' => array(
// 'browser' => 'firefox',
// 'capabilities' => array(
// 'platform' => 'OS X 10.6',
// 'version' => 20
// )
// )
// )
// )
// ),
// 'Mac-Safari' => array(
// 'extensions' => array(
// 'Behat\MinkExtension\Extension' => array(
// 'selenium2' => array(
// 'browser' => 'safari',
// 'capabilities' => array(
// 'platform' => 'OS X 10.8',
// 'version' => 6
// )
// )
// )
// )
// ) // )
// ); // );
// //
Expand Down

0 comments on commit 8b77e81

Please sign in to comment.