Skip to content

Commit 3626570

Browse files
committed
Use panther to retrieve more data from Aliexpress
1 parent 2fdd837 commit 3626570

File tree

7 files changed

+331
-76
lines changed

7 files changed

+331
-76
lines changed

.env.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999
55
PANTHER_APP_ENV=panther
66
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
7+
PANTHER_APP_ENV=panther
8+
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
79

810
DATABASE_URL="sqlite:///%kernel.project_dir%/var/app_test.db"
911
# Doctrine automatically adds an _test suffix to database name in test env

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
/vendor/
99
###< symfony/framework-bundle ###
1010

11+
drivers/
12+
1113
###> symfony/phpunit-bridge ###
1214
.phpunit
1315
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"brick/math": "0.12.1 as 0.11.0",
1818
"composer/ca-bundle": "^1.3",
1919
"composer/package-versions-deprecated": "^1.11.99.5",
20+
"dbrekelmans/bdi": "^1.4",
2021
"doctrine/data-fixtures": "^2.0.0",
2122
"doctrine/dbal": "^4.0.0",
2223
"doctrine/doctrine-bundle": "^2.0",
@@ -65,6 +66,7 @@
6566
"symfony/http-kernel": "6.4.*",
6667
"symfony/mailer": "6.4.*",
6768
"symfony/monolog-bundle": "^3.1",
69+
"symfony/panther": "^2.2",
6870
"symfony/polyfill-php82": "^1.28",
6971
"symfony/process": "6.4.*",
7072
"symfony/property-access": "6.4.*",

0 commit comments

Comments
 (0)