Skip to content

Set the correct path for the config file.#57

Merged
mikelittle merged 1 commit into
masterfrom
20260130-fix-config-file-path
Feb 6, 2026
Merged

Set the correct path for the config file.#57
mikelittle merged 1 commit into
masterfrom
20260130-fix-config-file-path

Conversation

@mikelittle
Copy link
Copy Markdown
Contributor

This fixes the following warning by setting the correct path to the config file.

Running Codeception..
Codeception PHP Testing Framework v5.3.4 https://stand-with-ukraine.pp.ua

In WPLoader.php line 908:

  lucatume\WPBrowser\Module\WPLoader module is not configured!


  Config file `altis/dev-tools/inc/codeception/config.php` could not be found in WordPress root folder or above.


run [-o|--override OVERRIDE] [-e|--ext EXT] [--report] [--html [HTML]] [--xml [XML]] [--phpunit-xml [PHPUNIT-XML]] [--colors] [--no-colors] [--silent] [--steps] [-d|--debug] [--shard SHARD] [--filter FILTER] [--grep GREP] [--bootstrap [BOOTSTRAP]] [--no-redirect] [--coverage [COVERAGE]] [--coverage-html [COVERAGE-HTML]] [--coverage-xml [COVERAGE-XML]] [--coverage-text [COVERAGE-TEXT]] [--coverage-crap4j [COVERAGE-CRAP4J]] [--coverage-cobertura [COVERAGE-COBERTURA]] [--coverage-phpunit [COVERAGE-PHPUNIT]] [--disable-coverage-php] [--no-exit] [-g|--group GROUP] [-s|--skip SKIP] [-x|--skip-group SKIP-GROUP] [--env ENV] [-f|--fail-fast [FAIL-FAST]] [--no-rebuild] [--seed SEED] [--no-artifacts] [--] [<suite> [<test>]]

@mikelittle
Copy link
Copy Markdown
Contributor Author

mikelittle commented Feb 2, 2026

This warning appears when running the altis-dev-tools tests.

  • composer dev-tools codecept run -p vendor/altis/dev-tools/tests/
In WPLoader.php line 507:

  lucatume\WPBrowser\Module\WPLoader module is not configured!

  Expected AUTH_KEY to be a string, got: NULL


In ConfiguredStateTrait.php line 32:

  Expected AUTH_KEY to be a string, got: NULL


run [-o|--override OVERRIDE] [-e|--ext EXT] [--report] [--html [HTML]] [--xml [XML]] [--phpunit-xml [PHPUNIT-XML]] [--colors] [--no-colors] [--silent] [--steps] [-d|--debug] [--shard SHARD] [--filter FILTER] [--grep GREP] [--bootstrap [BOOTSTRAP]] [--no-redirect] [--coverage [COVERAGE]] [--coverage-html [COVERAGE-HTML]] [--coverage-xml [COVERAGE-XML]] [--coverage-text [COVERAGE-TEXT]] [--coverage-crap4j [COVERAGE-CRAP4J]] [--coverage-cobertura [COVERAGE-COBERTURA]] [--coverage-phpunit [COVERAGE-PHPUNIT]] [--disable-coverage-php] [--no-exit] [-g|--group GROUP] [-s|--skip SKIP] [-x|--skip-group SKIP-GROUP] [--env ENV] [-f|--fail-fast [FAIL-FAST]] [--no-rebuild] [--seed SEED] [--no-artifacts] [--] [<suite> [<test>]]

This fix removes that warning

Copy link
Copy Markdown

@wisyhambolu wisyhambolu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mikelittle mikelittle merged commit 722f05c into master Feb 6, 2026
@mikelittle mikelittle deleted the 20260130-fix-config-file-path branch February 6, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants