Eclipse 3.4.2 kullanıyorum ve son eklentisi SimpleTest kullanarak Yardım> Yazılım Güncellemeleri için yüklü ediyorum ...
The plugin installed correctly and I was able to set it up in Window>Preferences>SimpleTest. I have filled in the following fields : Php.exe file, php.ini file, and test file Suffix. I was not able to find the simpletest Path (not even inside the Eclipse Plugin folder).
Ben rakam bu yapılandırma doğru idi ve SimpleTest tutulma sitede bulunan ilk test koştu: http://simpletest.sourceforge.net/en/extension%5Feclipse.html
<?php
class test1 extends UnitTestCase {
function test_pass(){
$x = 1;
$y = 2;
$total = $x + $y;
$this->assertEqual(3,$total, "This should pass");
}
}
?>
Ben tüm talimatları olmuştur ama ben> SimpleTest AS sağ tıklayın ve seçin RUN yaptığınızda, hiçbir şey olmuyor.
Ben bu konuda biraz yardıma ihtiyacım var.
Teşekkür ederiz!