PHPUnit kod kapsama rapor oluşturma başarısız

0 Cevap php

Ben PHPUnit bazı sözde güzel özellikler çalışıyorum, ama bir acayip 'kod kapsama raporunu üretemez. Ne olsun:

rolf@dev ~/projects/current/tests $ scripts/phpunit --configuration $PROJECTS/current/tests/conf/inc/tests.xml
[...]
Generating code coverage report, this may take a moment.
[...]
Fatal error: require_once(): Failed opening required 'lib/DataSource.php' (include_path=':::') in path/to/lib/WS/DataParser.php on line 10

Ancak, bu çok sınıfta, belirli bir yol tanımlanmış ve Require_once uygulaması başlatılan bir cazibe gibi çalışır içerir.

Bu PHPUnit yolları dahil çözemeyeceği olabilir mi?

Peşin ve uzun yaşamak StackOverflow teşekkürler!

Rolf

0 Cevap