]> git.agnieray.net Git - galette.git/commit
Add test on update process
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 5 May 2021 14:19:10 +0000 (16:19 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 8 May 2021 09:28:19 +0000 (11:28 +0200)
commit98e2e9d60c46a18aeb50e789165a7ccd56ea1431
tree1fdf7ac68ec4327976fec226c6d9995d4edcd9da
parentfb9bd77247a40ca9dcaa13b94733a89eea847cd8
Add test on update process

Based on the original 0.60 installation script with a few modifications
in order to get it working on recent servers:
- added "IF EXISTS" on DROPs
- removed accents (Incorrect string value: '\xE9siden...')
- renamed TYPE= to ENGINE=

More accurate comments
Change scripts path for tests
.github/workflows/ci-linux.yml
galette/lib/Galette/Core/Install.php
tests/Galette/Core/tests/units/Install.php
tests/GaletteUpdate/Core/tests/units/Install.php [new file with mode: 0644]
tests/mysql_06.sql [new file with mode: 0644]
tests/pgsql_06.sql [new file with mode: 0644]