Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk authored Oct 25, 2024
2 parents cf0ab42 + 4ec4619 commit fbf9927
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions spec/INTER-Mediator-UnitTest/Core/GenerateJSCode_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ function test_generateInitialJSCode3()
function test___construct()
{
if (function_exists('xdebug_get_headers') && false) {
/*
* 2024-10-23 msyk: xdebug_get_headers function doesn't work in GitHub actions.
* So the process of checking header is temporally detouring. These tests are passed on locally.
*/
ob_start();
$this->generater->__construct();
$headers = xdebug_get_headers();
Expand Down Expand Up @@ -111,4 +107,4 @@ public function test_combineScripts()
}
}

}
}
4 changes: 0 additions & 4 deletions spec/INTER-Mediator-UnitTest/Core/IMUtil_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ public function test_outputSecurityHeaders()
$params = array();

if (function_exists('xdebug_get_headers') && false) {
/*
* 2024-10-23 msyk: xdebug_get_headers function doesn't work in GitHub actions.
* So the process of checking header is temporally detouring. These tests are passed on locally.
*/
ob_start();
$this->util->outputSecurityHeaders();
$headers = xdebug_get_headers();
Expand Down
6 changes: 1 addition & 5 deletions spec/INTER-Mediator-UnitTest/DB-PDO/DB_Proxy_Test_Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ function test___construct()
{
$this->dbProxySetupForAuthAccess("person", 1);
if (function_exists('xdebug_get_headers') && false) {
/*
* 2024-10-23 msyk: xdebug_get_headers function doesn't work in GitHub actions.
* So the process of checking header is temporally detouring. These tests are passed on locally.
*/
ob_start();
$this->db_proxy->__construct();
$headers = xdebug_get_headers();
Expand Down Expand Up @@ -302,4 +298,4 @@ public function doAfterCreateToDB($result): ?array
return $result;
}

}
}

0 comments on commit fbf9927

Please sign in to comment.