BiFace_Server_Lite/vendor/codeception/base/src/Codeception/CustomCommandInterface.php
2020-03-27 10:13:51 +07:00

15 lines
198 B
PHP

<?php
namespace Codeception;
interface CustomCommandInterface
{
/**
* returns the name of the command
*
* @return string
*/
public static function getCommandName();
}