| Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/ |
| Current File : //var/www/html/vendor/codeception/codeception/src/Codeception/CustomCommandInterface.php |
<?php
namespace Codeception;
interface CustomCommandInterface
{
/**
* returns the name of the command
*
* @return string
*/
public static function getCommandName();
}