Hi, I tried running some functional test back, but everytime I keep getting same error
MyFirstTest::testAnswers
Couldn't run query:
INSERT INTO "MyFirstTest_Answers" ("Created") VALUES (NOW())
Table 'ss_tmpdb8959794.MyFirstTest_Answers' doesn't exist
I did checked the temporary dabatabase 'ss_tmpdb8959794' and it is missing table 'MyFirstTest_Answers'.
I don't understand how to force my test case to create that table.
My test case contains 2 files MyFirstTest.php and MyFirstTest.yml
Any help or assistance in this is highly appreciated.