| Total Complexity | 1 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class WorkflowDefinitionExtensionTest extends FunctionalTest { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @var Boolean If set to TRUE, this will force a test database to be generated |
||
| 12 | * in {@link setUp()}. Note that this flag is overruled by the presence of a |
||
| 13 | * {@link $fixture_file}, which always forces a database build. |
||
| 14 | */ |
||
| 15 | protected $usesDatabase = true; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Tests the config option that controls the creation of a default workflow definition |
||
| 19 | * |
||
| 20 | * @return void |
||
| 21 | */ |
||
| 22 | public function testCreateDefaultWorkflowTest() { |
||
| 40 |