There was an error while loading. Please reload this page.
1 parent be1fdd0 commit 169d1f9Copy full SHA for 169d1f9
composer.json
@@ -21,7 +21,6 @@
21
"codeception/util-robohelpers": "dev-master",
22
"codeception/module-asserts": "dev-master | ^1.0",
23
"codeception/module-phpbrowser": "dev-master | ^1.0",
24
- "robmorgan/phinx": "^0.11.1",
25
"squizlabs/php_codesniffer": "^3.4",
26
"vimeo/psalm": "^3.6",
27
"codeception/module-db": "^1.0"
tests/_bootstrap.php
@@ -15,5 +15,6 @@
15
16
define('APPLICATION_ENV', getenv('APPLICATION_ENV') ?: 'testing');
17
echo "ENV: " .APPLICATION_ENV.PHP_EOL;
18
+echo "DB_HOST: " .getenv('DB_HOST');
19
20
//include('/project/vendor/webimp/codeception-performance-test/src/PerformanceTest.php');
0 commit comments