Skip to content

Commit

Permalink
Merge pull request #31 from arisv/frontend-rework
Browse files Browse the repository at this point in the history
Frontend rework
  • Loading branch information
arisv authored Nov 27, 2021
2 parents 6b79df5 + 45cbde6 commit d3b9809
Show file tree
Hide file tree
Showing 33 changed files with 4,894 additions and 2,378 deletions.
6 changes: 6 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
Loading

0 comments on commit d3b9809

Please sign in to comment.