2 years ago
#61710
Pewoh
Symfony PHPUnit - Refresh Database only after all tests
I use HautelookAliceBundlePhpUnitRefreshDatabaseTrait to perform my tests. But the problem with that is that my data is reset at each test. What I would like is some kind of instance where I can play with my data (insert, modify, delete ...) during my tests and at the end of all the tests, I reset the database.
php
symfony
phpunit
api-platform.com
testcase
0 Answers
Your Answer