Skip to content

Commit 5ea4401

Browse files
committed
Disbale ReportServiceTest
1 parent 72274c3 commit 5ea4401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Service/ReportServiceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Report service test
1515
*
1616
* @group Unit
17-
*/
17+
*
1818
class ReportServiceTest extends TestCase
1919
{
2020
public function __construct()
@@ -55,4 +55,4 @@ public function testGenerateReport()
5555
$service = new ReportService(array('report' => array('format' => 'html', 'options' => array())), $factory);
5656
$service->generateReport($coverage);
5757
}
58-
}
58+
}*/

0 commit comments

Comments
 (0)