# Environment Configuration for Tour Operator Tests # Copy this file to .env and update with your local settings # WordPress Test Environment WP_BASE_URL=http://localhost:8888 WP_ADMIN_USER=admin WP_ADMIN_PASS=password # PHPUnit Test Database WP_TESTS_DIR=/tmp/wordpress-tests-lib WP_CORE_DIR=/tmp/wordpress # Database Configuration for Tests DB_NAME=wordpress_test DB_USER=root DB_PASS= DB_HOST=localhost