mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-31 10:08:39 +00:00
debugging
This commit is contained in:
parent
06c15c4a09
commit
6459e61a63
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
- name: Setup Composer
|
- name: Setup Composer
|
||||||
run: composer install
|
run: composer install
|
||||||
- name: phpunit
|
- name: phpunit
|
||||||
run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_no_coverage.xml --testdox -v
|
run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_no_coverage.xml
|
||||||
static-tests:
|
static-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,11 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||||
use phpOMS\DataStorage\Session\HttpSession;
|
use phpOMS\DataStorage\Session\HttpSession;
|
||||||
use phpOMS\Log\FileLogger;
|
use phpOMS\Log\FileLogger;
|
||||||
|
|
||||||
|
var_dump($_SERVER);
|
||||||
|
var_dump(php_uname());
|
||||||
|
var_dump(getenv());
|
||||||
|
var_dump(ini_get_all());
|
||||||
|
|
||||||
// Initialize file logger with correct path
|
// Initialize file logger with correct path
|
||||||
$tmp = FileLogger::getInstance(__DIR__ . '/../Logs');
|
$tmp = FileLogger::getInstance(__DIR__ . '/../Logs');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user