mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
BUG add setAjaxEnabledSteps as interface method
This commit is contained in:
parent
2e1cfcc65d
commit
dc01926525
@ -24,4 +24,11 @@ interface SilverStripeAwareContextInterface
|
||||
* @param String $database_name Temp database name
|
||||
*/
|
||||
public function setDatabase($database_name);
|
||||
|
||||
/**
|
||||
* Marks steps as AJAX steps for special treatment
|
||||
*
|
||||
* @param array $ajax_steps Array of step name parts to match
|
||||
*/
|
||||
public function setAjaxEnabledSteps($ajax_steps);
|
||||
}
|
Loading…
Reference in New Issue
Block a user