EcomDev_PHPUnit icon indicating copy to clipboard operation
EcomDev_PHPUnit copied to clipboard

Magento PHPUnit Integration

Results 67 EcomDev_PHPUnit issues
Sort by recently updated
recently updated
newest added

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...

For the step 2: you should add: "The database $DB_NAME should be already created" For the step 3 you should mention where phpunit must run from: 3. Go to your...

Last commit to the master branch was 2 years ago. What is the recommended stable branch to use? Is it still master? @IvanChepurnyi You could probably add some instructions regarding...

We are currently using Composer to deploy Magento with its modules and also some other non-Magento related tools used for our CI cycle. We are currently using the dev branch...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

First of all: The response object does not seem to be reset between test suites. [I got a simple test](https://github.com/sourcerer-mike/magento-devMode/blob/master-v0.4/app/code/community/LeMike/DevMode/Test/Controller/ToolboxTest.php#L34) with at least these lines: ``` // inline translation disabled...

While creating for another project a unit test for controller there appeared a problem: They were not starting, found problem at `lib/EcomDev/PHPUnit/Mock/Proxy.php` wich implements **PHPUnit_Framework_MockObject_MockObject** and is required to implement...