Posts Tagged ‘zend studio’

Posted in zend studio on April 27, 2010

Zend Studio 7.2 update

Check your auto-update feature because they released Zend Studio 7.2 A changelog is available on the Zend website. Here’s a small list of all the changed packages /plugins/com.ice.jni.registry_7.2.0.v20100314-1500 /plugins/com.zend.php_7.2.0.v20100314-1500 /plugins/com.zend.php.code ... Continue Reading

Posted in zend studio on March 15, 2010

How to fix Zend Studio 7.1.2 autoCompletion

Upgrading to Zend Studio 7.1.2 maybe breaks your autoComplete function. To get it working again delete the folowing file Zend/workspaces/<your workspace name>/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ui.prefs That will force Eclipse to create a new DLT ... Continue Reading

Posted in Development on November 26, 2009

Zend Studio 7.1 beta and Mylyn

Doing a update check in the Zend Studio 7.1 beta generates an error when trying to update the Mylyn connectors Cannot complete the install because of a conflicting dependency. Software being installed: Mylyn WikiText SDK 1.2.0.v20091015-0500-e3x (org.eclipse.mylyn.wikitext.sdk.feature.g ... Continue Reading

Posted in Development, phpUnderControl on October 31, 2009

R.I.P. ZendCodeAnalyzer

In the new Zend Studio 7.1 beta the ZendCodeAnalyzer binary plugin is replaced by acom.zend.php.semanticanalysis.core_7.1.0 eclipse plugin. The functionality seems the same, but there is one drawback… I use the old ZendCodeAnalyzer in combination with php_codesniffer to check for pot ... Continue Reading

Posted in Selenium, Snow Leopard, php, phpUnit on October 16, 2009

User Interface testing on Mac OS 10.6 Snow Leopard ...

Zend framework is my PHP framework of choice, and I like Zend Studio 7 for coding. I try to unit test as much as possible. But when in comes to User Interface testing, plain phpUnit cannot do the job. Then Selenium comes in play. So with’s the big deal? It isn’t working out of ... Continue Reading