PMC-1353 Check some errors in CircleCI

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-11-05 16:11:48 -04:00
parent a1ebbbed3a
commit e0b1ac09f5
2 changed files with 7 additions and 2 deletions

View File

@@ -27,7 +27,9 @@ class DesignerTest extends TestCase
);
//Start the session for the user logged
session_start();
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
$_SESSION['CASE'] = $application->APP_NUMBER;
$_SESSION['PIN'] = "LJ5W";