Skip to content

Commit a50a14b

Browse files
author
Sebastien Malot
committed
add atoum bootstrap file
1 parent 8106946 commit a50a14b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.atoum.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
use \mageekguy\atoum;
4+
5+
$report = $script->addDefaultReport();
6+
7+
$coverageField = new atoum\report\fields\runner\coverage\html('Kong', 'coverage');
8+
$coverageField->setRootUrl('http://test.local');
9+
$report->addField($coverageField);

0 commit comments

Comments
 (0)