Skip to content

Commit

Permalink
xmas clean
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Dec 21, 2023
1 parent d27cf9a commit 56101ae
Show file tree
Hide file tree
Showing 172 changed files with 1,189 additions and 18,301 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ deps.lock
.php_cs.cache

/htdocs/cache
/htdocs/tmp/twig
/tmp/
node_modules
/configs/application/config.php
Expand Down Expand Up @@ -58,7 +57,3 @@ js_dist
/composer.phar
/data

/event/vendor
/event/wp
/event/composer-setup.php
/event/composer-temp.phar
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ node_modules:
yarn install

composer.phar:
$(eval EXPECTED_SIGNATURE = "$(shell wget -q -O - https://composer.github.io/installer.sig)")
$(eval ACTUAL_SIGNATURE = "$(shell php -r "copy('https://getcomposer.org/installer', 'composer-setup.php'); echo hash_file('SHA384', 'composer-setup.php');")")
@if [ "$(EXPECTED_SIGNATURE)" != "$(ACTUAL_SIGNATURE)" ]; then echo "Invalid signature"; exit 1; fi
php composer-setup.php --2.2
rm composer-setup.php
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

assets:
./node_modules/.bin/webpack -p
Expand Down
2 changes: 2 additions & 0 deletions behat-planete.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
default:
autoload:
'': %paths.base%/tests/behat/bootstrap
suites:
features:
paths:
Expand Down
4 changes: 3 additions & 1 deletion behat.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
default:
autoload:
'': %paths.base%/tests/behat/bootstrap
suites:
web_features:
paths:
- %paths.base%/tests/behat
contexts:
- FeatureContext:
- FeatureContext
- Behat\MinkExtension\Context\MinkContext
extensions:
Behat\MinkExtension:
Expand Down
15 changes: 0 additions & 15 deletions config/cli-config.php

This file was deleted.

Loading

0 comments on commit 56101ae

Please sign in to comment.