Wednesday, June 18, 2014

Get PHPUnit to work in NetBeans 6.7

Here a good article http://davidvielmetter.com/tricks/howto-get-phpunit-to-work-in-netbeans-6-7/

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...