PHP Kod Kapsamı araçları [kapalı]

6 Cevap php

Is there any code coverage tool available for PHP? I wish to check the code coverage of my code and API's written in PHP, but have not been able to lay my hands on any code coverage tool for PHP, as it is more of a server side language and dynamic in nature.

Herkes PHP kod kapsama idam edilebileceği bir yöntem biliyor mu?

6 Cevap

xdebug var Code Coverage Analysis.

this chapter PHPUnit Manual Giriş

Semantik Tasarımlar bizim PHP Test Kapsamı aracı bakınız:

http://www.semanticdesigns.com/Products/TestCoverage/PHPTestCoverage.html

Çok düşük tepegöz, dosyaların büyük sistemler, belirli dosyaları sezgisel GUI gösteren kapsama alanı ve yöntem, sınıf ve paket düzeyde kapsama arıza ile oluşturulan rapor yönetir.

Best of all, no requirement to install anything in the system being tested. No need for xdebug, etc., which means you don't have to argue with the sysadmin to do your testing.

Sen birim test odaklı kapsama almak için PHPUnit ile kullanabilirsiniz. Yoksa olabilecek herhangi bir fonksiyonel test yaklaşımı / araçları kapsama toplamak için web sitenizde kullanabilirsiniz.

Ile birlikte Xdebug kullanarak PHPUnit Sana kod kapsama analiz verebilir.

Phing xdebug ile (http://devzone.zend.com/article/2955) bildirdiği kod kapsama yapabilirsiniz.

Spike PHPCoverage. Her iki SimpleTest ve PHPUnits destek out-of-the-box olsa PHPUnit kolayca, onunla entegre edilebilir.

Kutusundan dışarı kod kapsama araçları ile Zend Stüdyo gemi.