init
This commit is contained in:
14
vendor/codeception/base/src/Codeception/CustomCommandInterface.php
vendored
Normal file
14
vendor/codeception/base/src/Codeception/CustomCommandInterface.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Codeception;
|
||||
|
||||
interface CustomCommandInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* returns the name of the command
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function getCommandName();
|
||||
}
|
||||
Reference in New Issue
Block a user