Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
*.avif -text diff
*.eot -text diff
*.exe -text diff
*.gif -text diff
Expand Down
1,098 changes: 579 additions & 519 deletions composer.lock

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
beStrictAboutChangesToGlobalState="true"
failOnRisky="true"
failOnWarning="true"
failOnDeprecation="false"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerDeprecations="false"
cacheResult="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
cacheDirectory=".phpunit.cache">
Expand All @@ -23,7 +24,7 @@
<env name="DTT_API_OPTIONS" value='{"socketTimeout": 360, "domWaitTimeout": 3600000}' />
<env name="DTT_API_URL" value="http://chromium:9222"/>
<env name="DTT_BASE_URL" value="https://app"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value=".deprecation-ignore.txt" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="ignoreFile=/app/.deprecation-ignore.txt" />
</php>
<extensions>
<!-- Functional tests HTML output logging. -->
Expand All @@ -36,7 +37,6 @@
-->
<parameter name="verbose" value="true"/>
</bootstrap>
<bootstrap class="DG\BypassFinals\PHPUnitExtension"/>
</extensions><testsuites>
<testsuite name="unit">
<directory>./public/modules/custom/*/tests/src/Unit</directory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ function helfi_kasko_content_update_9004() {
* UHF-10494 - Adds groups news paragraph to basic page.
*/
function helfi_kasko_content_update_9005() {
helfi_platform_config_update_paragraph_target_types();
}
Loading