| Current Path : /home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Test/Interfaces/ |
| Current File : //home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Test/Interfaces/Reported.php |
<?php
namespace Codeception\Test\Interfaces;
interface Reported
{
/**
* Field values for XML reports
*/
public function getReportFields(): array;
}