phpunit testing of yii make all tables empty

I 've configured db to mytestdbname in test.php. Dont want to use fixtures, want to use temporary database. When all tests were passed, mytestdbname became empty, only tables, no any rows. Why ?

found. i need to remove fixtures property from test Class.