public function typeCanDetectFixtures($type) { $type = strtolower($type); return in_array($type, ['controller', 'table']); }