Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
852c34e
)
MDL-43439 behat: Dir date without - separators
author
David Monllao
<davidm@moodle.com>
Wed, 15 Jan 2014 01:17:44 +0000
(09:17 +0800)
committer
David Monllao
<davidm@moodle.com>
Wed, 15 Jan 2014 01:17:44 +0000
(09:17 +0800)
lib/tests/behat/behat_hooks.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/tests/behat/behat_hooks.php
b/lib/tests/behat/behat_hooks.php
index
a4c76ac
..
5bf603d
100644
(file)
--- a/
lib/tests/behat/behat_hooks.php
+++ b/
lib/tests/behat/behat_hooks.php
@@
-321,7
+321,7
@@
class behat_hooks extends behat_base {
// All the run screenshots in the same parent dir.
if (!$screenshotsdirname = self::get_run_screenshots_dir()) {
- $screenshotsdirname = self::$screenshotsdirname = date('Y
-m-
d_Hi');
+ $screenshotsdirname = self::$screenshotsdirname = date('Y
m
d_Hi');
$dir = $CFG->behat_screenshots_path . DIRECTORY_SEPARATOR . $screenshotsdirname;