/**
  * Used for testing workflow.
  */
 public function _test_workflow()
 {
     $actual = $this->mockMaker->mockTheseEntities($this->entitiesDir . 'TestEntity.php')->saveMockFilesIn($this->rootDir . '/tests/MockMaker/Mocks/Entities')->saveUnitTestsIn($this->unitTestsWriteDir)->createMocks();
     //->verifySettings();
     TestHelper::dbug($actual, __METHOD__, true);
 }