EcomDev_PHPUnit icon indicating copy to clipboard operation
EcomDev_PHPUnit copied to clipboard

Error while creating test db

Open torrtuga opened this issue 6 years ago • 0 comments

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.

torrtuga avatar Oct 24 '19 11:10 torrtuga