- assigned_to: nobody --> skiera
If i start the PHPunit test about the right menu, then i became the following error:
Severity: Error
Message: An internal error occurred during: "PHPUnit".
Exception Stack Trace:java.lang.NullPointerException
at org.phpsrc.eclipse.pti.core.PHPToolkitUtil.hasSuperClass(PHPToolkitUtil.java:222)
at org.phpsrc.eclipse.pti.tools.phpunit.core.PHPUnit.isTestSuite(PHPUnit.java:452)
at org.phpsrc.eclipse.pti.tools.phpunit.ui.actions.RunTestCaseAction$1.run(RunTestCaseAction.java:63)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
The Menupoint "Create Test Case" is missing.
I have the following pti-modules installed:
- PHP Copy/Paste Detection
- PHP Pear Library
- PHP Tool Integration Core
- PHP Tool PHPunit
The Modul PHP Copy/Paste Detection display only in the console the command (/usr/bin/php5 -c /tmp/zend_debug/session1899106034715743719.tmp -d asp_tags=off /home/xxx/Dokumente/eclipse/galileo\ 3.5/plugins/org.phpsrc.eclipse.pti.tools.phpcpd_0.2.2.R20100414000000/php/tools/phpcpd.php --min-tokens 30 --min-lines 2 /home/xxx/public_html/training). If I start the command about the Ubuntu command line, then it is work and i found douplicates in the code.