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.
Hi jadb!
I'm struggling very hard with fixtures in unit testing.
I have my Testclass extend from
Cake\TestSuite\TestCase. But when I try it withno fixtures are loaded. When I try
I get an Exception:
[PHPUnit_Framework_ExceptionWrapper] No fixture manager to load the test fixtureSo how can I use the built in fixture functionality from cake in unit testing? Any ideas?