EcomDev_PHPUnit icon indicating copy to clipboard operation
EcomDev_PHPUnit copied to clipboard

EcomDev breaks when adding an test class without tests inside

Open sgrund opened this issue 11 years ago • 0 comments

When creating a new testclass without any test methods inside, EcomDev adds an Error Class "PHPUnit_Framework_Warning" with message "No tests found in class '...' to the tests array. EcomDev then tries to execute the "Warning" test.

I'm not sure if EcomDev is responsible for collecting the tests or if PHPUnit does this.

sgrund avatar Jul 03 '13 14:07 sgrund