Running CakePHP unit tests including code coverage in PHPStorm -


i've been following excellent article set unit testing cakephp application within phpstorm. few minor tweaks test runner, i've got working reasonably well.

the last piece puzzle code coverage report working i'm not sure begin really.

this coverage report being generated @ moment.

<?xml version="1.0" encoding="utf-8"?> <coverage generated="1376039830">   <project timestamp="1376039830">     <metrics files="0" loc="0" ncloc="0" classes="0" methods="0" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="0" coveredstatements="0" elements="0" coveredelements="0"/>   </project> </coverage> 

my gut feeling custom runner dropping information somewhere.

has managed achieve yet?


Comments

Popular posts from this blog

ruby - re-try logic in a simple loop -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

Laravel Bind Multiple Class to One Contract in The Service Provider -