| Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Interfaces/ |
| Current File : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Interfaces/Descriptive.php |
<?php
namespace Codeception\Test\Interfaces;
interface Descriptive extends \PHPUnit\Framework\SelfDescribing
{
public function getFileName();
public function getSignature();
}