Closed chronon closed 6 years ago
It could be due to our project configuration, but I needed to add App::uses() to each fixture for class loading to work in Cake 2.10.x projects.
App::uses()
Thanks!
It could be due to our project configuration, but I needed to add
App::uses()
to each fixture for class loading to work in Cake 2.10.x projects.