Skip to content

Commit b7378b8

Browse files
author
Alexandre GUIDET
committed
correct run
1 parent 1ae5b04 commit b7378b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Browser/Casper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,7 @@ public function run()
308308
this.echo('$this->_TAG_CURRENT_HTML' + this.getHTML());
309309
});
310310
311-
casper.run(function() {
312-
this.test.renderResults(true, 0, this.cli.get('save') || false);
313-
});
311+
casper.run();
314312
315313
FRAGMENT;
316314

0 commit comments

Comments
 (0)