Browse Source

change default options for tests

pull/550/head
krakjoe 13 years ago
parent
commit
ef33b77897
  1. 1
      tests/basic.test
  2. 2
      tests/run-tests.php
  3. 1
      tests/set.test

1
tests/basic.test

@ -2,6 +2,7 @@
# name: basic
# purpose: check basic functionality of phpdbg console
# expect: TEST::EXACT
# options: -rr
#######################################################
# [Nothing to execute!]
#######################################################

2
tests/run-tests.php

@ -328,7 +328,7 @@ namespace phpdbg\testing {
*/
public function getResult() {
$options = sprintf(
'-i%s -rrqb', $this->file);
'-i%s -qb', $this->file);
if ($this->options) {
$options = sprintf(

1
tests/set.test

@ -2,6 +2,7 @@
# name: set
# purpose: tests for set commands
# expect: TEST::CISTRING
# options: -rr
#################################################
# setting prompt color
# setting error color

Loading…
Cancel
Save