Skip to content

Commit 169d1f9

Browse files
committed
Run unit
1 parent be1fdd0 commit 169d1f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"codeception/util-robohelpers": "dev-master",
2222
"codeception/module-asserts": "dev-master | ^1.0",
2323
"codeception/module-phpbrowser": "dev-master | ^1.0",
24-
"robmorgan/phinx": "^0.11.1",
2524
"squizlabs/php_codesniffer": "^3.4",
2625
"vimeo/psalm": "^3.6",
2726
"codeception/module-db": "^1.0"

tests/_bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515

1616
define('APPLICATION_ENV', getenv('APPLICATION_ENV') ?: 'testing');
1717
echo "ENV: " .APPLICATION_ENV.PHP_EOL;
18+
echo "DB_HOST: " .getenv('DB_HOST');
1819

1920
//include('/project/vendor/webimp/codeception-performance-test/src/PerformanceTest.php');

0 commit comments

Comments
 (0)