9 Commits

Author SHA1 Message Date
Stefan Doorn
983d020984 Add Coveralls support with Github Actions 2021-03-22 16:36:04 +01:00
Stefan Doorn
cf05617a6e Upgrade to PHPUnit v9 2021-03-22 14:13:45 +01:00
Jeroen
ea2c48880b Move from Travis to GitHub Actions 2021-02-01 16:47:34 +01:00
Stefan Doorn
07ab664ec0 Enable controller tests again
Add missing nelmio bundles to test application (for api test case)

Using assertContains() with string haystacks is deprecated and will not be supported in PHPUnit 9. Refactor your test to use assertStringContainsString() or assertStringContainsStringIgnoringCase() instead.

Add test-pack dependency

Add browser kit

Revert "Add browser kit"

This reverts commit 35e50466e8.

Revert "Add test-pack dependency"

This reverts commit c612abfdea.
2019-06-26 18:31:47 +02:00
Joachim Løvgaard
9911a4917e fixing phpunit tests 2019-06-13 15:18:54 +02:00
Joachim Løvgaard
ed68afa531 upgrading Sylius version 2019-06-13 14:48:50 +02:00
Stefan Doorn
2753f196d5 Test Sylius v1.2 + Symfony 4.1 in CI 2018-06-17 21:13:21 +02:00
Stefan Doorn
a9b5967b77 Upgrade PHPUnit to ^7.0 (and keep ^6.0 allowed) 2018-06-17 18:27:28 +02:00
Stefan Doorn
21277607c3 First working version extracted from removed code from Sylius 2017-03-21 21:46:13 +01:00