You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
The dump.sql is imported into the test database on running my tests. Fixtures are not inserted...
Then in my Test "class HashableBehaviorTest extends \Codeception\Test\Unit" I do something like: $user = $this->UsersTable->get(1);
This gives me the first record from my default database and not from the test database. I have no Idea what is missing here... Glad for any help!