Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ Thumbs.db
thumbs.db
/composer.lock
.phpunit.result.cache
# Ignore local user overrides.
.lando.local.env
10 changes: 10 additions & 0 deletions .lando.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Lando specific - uses user home directory to store Composer cache and other stuff.
# Helps to re-use Composer cache between projects.
COMPOSER_HOME=/user/.composer
# https://xdebug.org/docs/step_debug
# https://xdebug.org/docs/step_debug#client_host
# https://docs.lando.dev/config/php.html#configuration
PHP_IDE_CONFIG=serverName=behat-tableassert
# Ignore commands starting with space and duplicates.
HISTCONTROL=ignoreboth
HOME=/app
12 changes: 12 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: behat-tableassert
config:
xdebug: true
services:
php:
type: php:8.0
via: cli
xdebug: "debug,develop"

env_file:
- .lando.env
- .lando.local.env