Skip to content

Commit

Permalink
Merge pull request #45 from spryker-shop/release-202212.0
Browse files Browse the repository at this point in the history
Release 202212.0
  • Loading branch information
DmitryLymarenko authored Dec 20, 2022
2 parents 3212211 + 7ed2593 commit bff5d9d
Show file tree
Hide file tree
Showing 315 changed files with 8,590 additions and 3,394 deletions.
2 changes: 1 addition & 1 deletion .git.docker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
736fb5cb4dcb7f86ac7b16bd471bdd3dd4f5fa1c
4c44379fd93b6505a86c2cd185b3bb5270afb1d6
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#### Overview

- Ticket: URL_HERE

###### Optional

- Core PR: URL_HERE

###### Change log

{Relevant changes for project level go here. Those will be copied to the release log for suite if necessary.}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ config/Yves/cache_bust.php

# public stuff
/public/*/assets/
/public/*/dist/

# vagrant stuff
.vagrant
Expand Down
4 changes: 2 additions & 2 deletions codeception.acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand All @@ -15,7 +15,7 @@ bootstrap: _bootstrap.php
settings:
suite_class: \PHPUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
memory_limit: 2048M
log: true

coverage:
Expand Down
2 changes: 1 addition & 1 deletion codeception.api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
2 changes: 1 addition & 1 deletion codeception.ci.functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
5 changes: 3 additions & 2 deletions codeception.functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand All @@ -15,8 +15,9 @@ bootstrap: _bootstrap.php
settings:
suite_class: \PHPUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
memory_limit: 1536M
log: true
lint: false

coverage:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
223 changes: 112 additions & 111 deletions composer.json

Large diffs are not rendered by default.

Loading

0 comments on commit bff5d9d

Please sign in to comment.