phpunit-test-runner icon indicating copy to clipboard operation
phpunit-test-runner copied to clipboard

Undefined constant "DB_HOST" Latest Pull

Open ghost opened this issue 1 year ago • 3 comments

Just pulled latest version to test issue #154 however, now I am facing with this when testing immediately after doing php test.php following error shows up: (The .env file is set correctly)

Node v21.6.1 (npm v10.2.4) Success: Prepared environment. Environment PHP Version: 8.3.2 Environment variables pass checks. PHPUnit 9.6.16 by Sebastian Bergmann and contributors.

Error in bootstrap script: Error: Undefined constant "DB_HOST"

0 /phpunit-test-runner/wptest/tests/phpunit/includes/bootstrap.php(30): require_once() 1 /phpunit-test-runner/wptest/vendor/phpunit/phpunit/src/Util/FileLoader.php(66): include_once('...') 2 /phpunit-test-runner/wptest/vendor/phpunit/phpunit/src/Util/FileLoader.php(49): PHPUnit\Util\FileLoader::load() 3 /phpunit-test-runner/wptest/vendor/phpunit/phpunit/src/TextUI/Command.php(565): PHPUnit\Util\FileLoader::checkAndLoad() 4 /phpunit-test-runner/wptest/vendor/phpunit/phpunit/src/TextUI/Command.php(345): PHPUnit\TextUI\Command->handleBootstrap() 5 /phpunit-test-runner/wptest/vendor/phpunit/phpunit/src/TextUI/Command.php(112): PHPUnit\TextUI\Command->handleArguments() 6 /phpunit-test-runner/wptest/vendor/phpunit/phpunit/src/TextUI/Command.php(97): PHPUnit\TextUI\Command->run() 7 /phpunit-test-runner/wptest/vendor/phpunit/phpunit/phpunit(107): PHPUnit\TextUI\Command::main() 8 {main} Error: Failed to perform operation.

ghost avatar Feb 07 '24 11:02 ghost

We fixed it with the latest commit.

javiercasares avatar Feb 07 '24 12:02 javiercasares

Ack. Appoligies for the commit that broke it. Thanks @javiercasares for fixing . I've still no idea how phpunit-test-runner wrote 'DB_HOST' into a test config file.

grooverdan avatar Feb 08 '24 00:02 grooverdan

Don't worry. I left the code because I think we can check what is happening and fix it. We'll do more testing until find a way to get the version ;)

javiercasares avatar Feb 08 '24 06:02 javiercasares