Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Interfaces/
Upload File :
Current File : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Interfaces/Reported.php

<?php
namespace Codeception\Test\Interfaces;

interface Reported
{
    /**
     * Field values for XML/JSON/TAP reports
     *
     * @return array
     */
    public function getReportFields();
}