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
10 changes: 9 additions & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/plugin-structure.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ tooling:
test:
service: appserver
cmd: vendor/bin/phpunit
proxy:
appserver:
- hostname: plugin-pattern.lndo.site



2 changes: 1 addition & 1 deletion .lando/test.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ip_list=($(get_ipv4_addresses) $(hostname -I) 172.31.32.1)

# Define the port on which xdebug client listens
# Define the port on which xdebug client listens
port=9003
port=9515

echo "Testing xdebug client on different IPs..."

Expand Down
Binary file added bin/chromedriver-linux
Binary file not shown.
8,472 changes: 8,472 additions & 0 deletions bin/chromedriver-linux64/LICENSE.chromedriver

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,17 @@
"symfony/console": "^6.0.9",
"nunomaduro/termwind": "^1.13",
"woocommerce/action-scheduler": "^3.7",
"ramsey/uuid": "^4.7"
"ramsey/uuid": "^4.7",
"guzzlehttp/guzzle": "^7.8"

},
"require-dev": {
"phpunit/phpunit": "^9",
"yoast/phpunit-polyfills": "^2.0",
"mockery/mockery": "^1.5.1",
"doctrine/dbal": "^3.5.1",
"fakerphp/faker": "^1.21"
"fakerphp/faker": "^1.21",
"php-webdriver/webdriver": "^1.15"
},
"autoload": {
"psr-4": {
Expand Down
Loading