mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
change default options for tests
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# name: basic
|
||||
# purpose: check basic functionality of phpdbg console
|
||||
# expect: TEST::EXACT
|
||||
# options: -rr
|
||||
#######################################################
|
||||
# [Nothing to execute!]
|
||||
#######################################################
|
||||
|
||||
+1
-1
@@ -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(
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# name: set
|
||||
# purpose: tests for set commands
|
||||
# expect: TEST::CISTRING
|
||||
# options: -rr
|
||||
#################################################
|
||||
# setting prompt color
|
||||
# setting error color
|
||||
|
||||
Reference in New Issue
Block a user