This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree 1 file changed +0
-4
lines changed
tests/ZendDiagnosticsTest
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ public function testUnknownSymbols()
86
86
$ this ->reporter ->onStart ($ checks , array ());
87
87
ob_clean ();
88
88
89
- ob_start ();
90
89
foreach ($ checks as $ alias => $ check ) {
91
90
$ result = new Unknown ();
92
91
$ this ->reporter ->onAfterRun ($ check , $ result , $ alias );
@@ -104,7 +103,6 @@ public function testProgressDotsNoGutter()
104
103
$ this ->reporter ->onStart ($ checks , array ());
105
104
ob_clean ();
106
105
107
- ob_start ();
108
106
foreach ($ checks as $ alias => $ check ) {
109
107
$ result = new Success ();
110
108
$ this ->reporter ->onAfterRun ($ check , $ result , $ alias );
@@ -122,7 +120,6 @@ public function testProgressOverflow()
122
120
$ this ->reporter ->onStart ($ checks , array ());
123
121
ob_clean ();
124
122
125
- ob_start ();
126
123
foreach ($ checks as $ alias => $ check ) {
127
124
$ result = new Success ();
128
125
$ this ->reporter ->onAfterRun ($ check , $ result , $ alias );
@@ -145,7 +142,6 @@ public function testProgressOverflowMatch()
145
142
$ this ->reporter ->onStart ($ checks , array ());
146
143
ob_clean ();
147
144
148
- ob_start ();
149
145
foreach ($ checks as $ alias => $ check ) {
150
146
$ result = new Success ();
151
147
$ this ->reporter ->onAfterRun ($ check , $ result , $ alias );
You can’t perform that action at this time.
0 commit comments