Json phpunit tests updates, fixes in test php with ignore for deprecated

This commit is contained in:
Clemens Schwaighofer
2023-08-02 16:22:09 +09:00
parent d70182a84e
commit 46bc5f2da6
6 changed files with 62 additions and 51 deletions

View File

@@ -35,10 +35,12 @@ print '<div><h1>' . $PAGE_NAME . '</h1></div>';
print "ALREADY from config.php: " . \CoreLibs\Debug\Support::printAr($_ENV) . "<br>";
// test .env in local
/** @phpstan-ignore-next-line */
$status = \CoreLibs\Get\DotEnv::readEnvFile('.', 'test.env');
print "test.env: STATUS: " . $status . "<br>";
print "AFTER reading test.env file: " . \CoreLibs\Debug\Support::printAr($_ENV) . "<br>";
print "</body></html>";
// ;;
// __END__