Bake test controller with prefix?

I’ve tried cake bake test controller with prefix (admin) and it says : prefix wrong parameter
Like that:
cake bake test controller CustomerController --prefix admin
I’ve also tried to put the parameter before controller name.
Is this option should work anyway?