How to add Mockup data to model?

I have specific task, add mockup data (fake static data) array, that need to be represent only on testing server with real data.

Where to start?

For integrated testing, you can use Fixtures

For human/other tools testing you can use seeds