| Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Interfaces/ |
| Current File : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Interfaces/ScenarioDriven.php |
<?php
namespace Codeception\Test\Interfaces;
interface ScenarioDriven
{
public function getFeature();
/**
* @return \Codeception\Scenario
*/
public function getScenario();
public function getScenarioText($format = 'text');
public function preload();
public function getSourceCode();
}