| Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/Lib/Interfaces/ |
| Current File : /var/www/html/vendor/codeception/codeception/src/Codeception/Lib/Interfaces/ConflictsWithModule.php |
<?php
namespace Codeception\Lib\Interfaces;
interface ConflictsWithModule
{
/**
* Returns class name or interface of module which can conflict with current.
* @return string
*/
public function _conflicts();
}