Can't Cleanup Fixture Data

Hi All,

I have read this link

FIXTURE

to create fixture and using it into testing

but i still confused, how to cleanup fixture data from my database after test run

what inside init.php in fixture folder to reset database to default state like before testing start ?

Thanks ::)