This repository was archived by the owner on May 27, 2023. It is now read-only.

Description
So, till the 2nd step everything was proper.
And when running phpunit, it throws an error :
myProj/app/code/local/Dbaux/Customer/sql/customer_setup/upgrade-1.6.2.0.4-1.6.2.0.5.php" - SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento_test.customer_entity
And when I looked into it, its because the script present in: app/code/core/Mage/Customer/sql/customer_setup which has files with lower version number are not run before running this script.
So, did anyone else facing this issue, or knows how to resolve this issue.