PHP Classes

File: .atoum.php

Recommend this page to a friend!
  Classes of Goffy G   XOOPS Modules Builder   .atoum.php   Download  
File: .atoum.php
Role: Example script
Content type: text/plain
Description: Example script
Class: XOOPS Modules Builder
Generate new modules for the XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 251 bytes
 

Contents

Class file image Download
<?php
//.atoum.php

use mageekguy\atoum;
use
mageekguy\atoum\reports;

$coveralls = new reports\asynchronous\coveralls('src', 'x3U0mpkL7A9PgaGSUa3tDl3qU9D6wo67y');
$coveralls->addWriter();
$runner->addReport($coveralls);

$script->addDefaultReport();