Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Add atoum telemetry report
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Jun 6, 2016
1 parent 07bbc92 commit b24dd0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .atoum.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
$runner->addExtension(new mageekguy\atoum\visibility\extension($script));
$report = new Hoa\Test\Report\Cli\Cli();
$runner->addReport($report->addWriter(new atoum\writers\std\out()));

$telemetry = new mageekguy\atoum\reports\telemetry();
$telemetry->readProjectNameFromComposerJson(__DIR__ . '/composer.json');
$telemetry->addWriter(new mageekguy\atoum\writers\std\out());
$runner->addReport($telemetry);

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"require": {
"atoum/atoum" : "~2.5",
"atoum/praspel-extension" : "~0.16",
"atoum/reports-extension" : "~2.1",
"atoum/ruler-extension" : "~1.2",
"atoum/visibility-extension": "~1.0",
"hoa/cli" : "~2.0",
Expand Down

0 comments on commit b24dd0d

Please sign in to comment.