| Current Path : /home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Test/Interfaces/ |
| Current File : //home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Test/Interfaces/Dependent.php |
<?php
namespace Codeception\Test\Interfaces;
interface Dependent
{
public function fetchDependencies(): array;
}