如何在Yii框架中使用固定装置进行TDD?,这是我的理解
- I create a fixture like e.g users.php
- I add the table inside the testdrive.db file located inside the protected/data folder
- I create a unit test like e.g unit/UsersTest.php
then I run phpunit unit/UsersTest.php
这是我真正困扰我的问题,如果固定装置表也存在于实际数据库中吗?或者固定装置和testdrive.db只有在真正的数据库中实际存在表时才会起作用吗?
答案 0 :(得分:0)