Skip to content
Snippets Groups Projects
  1. Mar 30, 2023
    • Robert Lange's avatar
      refs #23542 [finc] vf7: fix dds and tests · ab67873d
      Robert Lange authored
      * update to laminas or remove obsolete dependencies for dds
      * fix unit tests
      ** set Laminas as namespace
      ** correct signature for setUp method
      
      * fix OpenUrlTest method testValidateParamsEzbFalse by correcting import
      ** Redi resolver had been removed in finc - caused ReflectionException and made test fail
      ** corrected namespace
      ** run test via:
      docker exec -it de_15_ubl_php_1 sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/View/Helper/Root/OpenUrlTest.php --filter testValidateParamsEzbFalse"
      ab67873d
  2. Sep 21, 2021
  3. Feb 24, 2021
  4. Mar 04, 2020
  5. Nov 14, 2019
    • Sebastian Kehr's avatar
      refs #16236 [master-v5] · df95877b
      Sebastian Kehr authored
      * restore vanilla v5.1.0 composer configuration and dependencies
      * drop composer platform php override to allow for dependencies requiring php > 7.0.8
      * install and configure add composer merge plugin
      * update npm-shrinkwrap.json
      * add finc specific dependencies via custom composer file
      * assure all symfony packages are locked to 3.4.*
      * execute themes-copy script on composer install and update
      df95877b