Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/
Upload File :
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();
}