Merged in bugfix/PMC-913-A (pull request #6957)

PMC-913 All existing Unit Tests are running correctly

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2019-07-04 13:40:49 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -16,6 +16,12 @@ use ProcessMaker\Model\User;
use ProcessMaker\Util\DateTime;
use Tests\TestCase;
/**
* To do: This only works if the test database is the same where ProcessMaker is
* installed, improvements must be made so that the method "Installer::create_site()"
* can create the connection file (/processmaker/shared/sites/{workspace}/db.php)
* to different instances of MySql.
*/
class LightTest extends TestCase
{
private $http;