Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using SQLite in test environment #160

Open
wants to merge 2 commits into
base: 1.12
Choose a base branch
from

Conversation

bitbager
Copy link
Contributor

@bitbager bitbager commented Feb 1, 2019

First things first:

  1. Only .env.test.dist env is being parsed by Behat by default which might be confusing if someone uses .env for a test environment
  2. Default global doctrine.yaml configuration forces you to use MySQL server only, but it's far better to use SQLite for plugins instead, especially if you're working on many plugins at the same time without Docker or Vagrant.

PS. Are you planning to write the test suite for plugin skeleton features? There's always a problem once you publish a new Sylius release 😢 . This kind of test suite could be also used to test Sylius-Standard.

@bitbager bitbager requested a review from a team as a code owner February 1, 2019 16:46
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.

2 participants