Skip to content

Commit

Permalink
Fixed some test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 28, 2013
1 parent 0ccc804 commit 6ab9745
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/bug00566-1.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ xdebug.collect_params=4
xdebug.collect_return=1
xdebug.collect_assignments=0
xdebug.trace_format=0
xdebug.auto_trace=0
--FILE--
<?php
$tf = xdebug_start_trace('%s'. uniqid('xdt', TRUE));
Expand Down
1 change: 1 addition & 0 deletions tests/bug00690-1.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Test for bug #690: Function traces are not appended to file when xdebug_start_tr
--INI--
xdebug.trace_output_name=trace.bug690
xdebug.trace_options=1
xdebug.auto_trace=0
--FILE--
<?php
xdebug_start_trace();
Expand Down
2 changes: 2 additions & 0 deletions tests/bug00886.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Test for bug #886: Use the same file system protocol for file located inside PHAR in both directions
--INI--
xdebug.auto_trace=0
--FILE--
<?php
xdebug_start_trace( "/tmp/trace.log" );
Expand Down

0 comments on commit 6ab9745

Please sign in to comment.