protected function StateFlowSPSIntegrationWebTest::clearSchedule in State Machine 7.2
Clear all the data from state_flow_schedule table.
1 call to StateFlowSPSIntegrationWebTest::clearSchedule()
- StateFlowSPSIntegrationWebTest::testStateFlowBasicTableData in modules/
state_flow_sps/ tests/ StateFlowSPSIntegrationWeb.test
File
- modules/
state_flow_sps/ tests/ StateFlowSPSIntegrationWeb.test, line 73
Class
Code
protected function clearSchedule() {
db_delete('state_flow_schedule')
->execute();
}