Hello,
as parancoe user would be nice to have the possibility to have custom
fixture for tests.
Let's suppose I have the Book entity , I want to define more yml
fixtures i.e. Book-A.yml, Book-B.yml and selectively binding them to
the getFixturesClass() of my TestCase.
Therefore I will have:
TestCaseA: using Book-A.yml
TestCaseN: using Book-B.yml
Thanks in advance,
Enrico.