Skip to content
Discussion options

You must be logged in to vote

Update for those, who is also looking for this info:

  1. Clone framework repo
  2. Run composer install
  3. Install docker / docker compose
  4. Run docker compose up -d (there is docker-compose.yml with db and other supported engines)
  5. Make sure you installed enough php packages, like mysql, pgsql, sqlite3, etc.! If some specific test failed - check the code for engine/technology it is used and install required php dependencies
  6. Run the unit tests: ./vendor/bin/phpunit

For some reason I have memory limit error in the middle of the tests, when I run them all at once, maybe I didn't updated something correctly.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@DimaVIII
Comment options

@DimaVIII
Comment options

Answer selected by aprokopenko
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants