Skip to content

[Maintenance] Add TestApplication#456

Merged
GSadee merged 10 commits intoSylius:feature/add_test_applicationfrom
Cholin2000:feature/introduce_test_application_in_the_plugin_skeleton
Jul 2, 2025
Merged

[Maintenance] Add TestApplication#456
GSadee merged 10 commits intoSylius:feature/add_test_applicationfrom
Cholin2000:feature/introduce_test_application_in_the_plugin_skeleton

Conversation

@Cholin2000
Copy link
Contributor

No description provided.

@Cholin2000 Cholin2000 force-pushed the feature/introduce_test_application_in_the_plugin_skeleton branch from b86cdba to effdcae Compare June 27, 2025 07:08
@Cholin2000 Cholin2000 force-pushed the feature/introduce_test_application_in_the_plugin_skeleton branch from ea91a1b to 9b036d2 Compare June 27, 2025 07:41
@Cholin2000 Cholin2000 marked this pull request as ready for review June 27, 2025 08:34
"symfony/web-profiler-bundle": "^6.4 || ^7.1",
"symfony/webpack-encore-bundle": "^2.2"
"symfony/webpack-encore-bundle": "^2.2",
"symfony/runtime": "^6.4"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in not alphabetical order

Comment on lines +73 to +74
"minimum-stability": "alpha",
"prefer-stable": true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be for not changing the minimum-stability, but install ^2.0.0@alpha of sylius/test-application

"sylius-labs/coding-standard": "^4.4",
"sylius-labs/suite-tags-extension": "~0.2",
"sylius/sylius-rector": "^2.0",
"sylius/test-application": "^2.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"sylius/test-application": "^2.0",
"sylius/test-application": "^2.0.0@alpha",

Comment on lines +2 to +3

BUNDLES_TO_ENABLE=""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
BUNDLES_TO_ENABLE=""

@@ -0,0 +1,6 @@
DATABASE_URL=mysql://root:root@127.0.0.1/acme_sylius_example_plugin_%kernel.environment%?serverVersion=5.7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DATABASE_URL=mysql://root:root@127.0.0.1/acme_sylius_example_plugin_%kernel.environment%?serverVersion=5.7
DATABASE_URL=mysql://root:root@127.0.0.1/acme_sylius_example_plugin_%kernel.environment%

@@ -0,0 +1,3 @@
DATABASE_URL=mysql://root:root@127.0.0.1/acme_sylius_example_plugin_%kernel.environment%?serverVersion=5.7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DATABASE_URL=mysql://root:root@127.0.0.1/acme_sylius_example_plugin_%kernel.environment%?serverVersion=5.7
DATABASE_URL=mysql://root:root@127.0.0.1/acme_sylius_example_plugin_%kernel.environment%

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we shouldn't add here the initial configuration for doctrine mapping to customize entities

@GSadee GSadee merged commit 71e3f1e into Sylius:feature/add_test_application Jul 2, 2025
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants