Dalibor Korpar

Results 43 comments of Dalibor Korpar

It's same thing with mysql. Usually I just extended DataSource and override getCount function there to either provide my own query for count or to just cache it for some...

I would really love it if tests are in phpunit which is far better supported. nette tester plugin for phpstorm is crashed for few months already...

@paveljanda sure you can, but having codecoverage directly in IDE is big plus, also right click and debugging selected test method immidiatelly in IDE is huge advantage and thats not...

* doesn't matter basically if you have ssh you should be able to do download through sftp, right? * drag/drop is just an idea, probably not worth in first version,...

what about when connecting through ssh key? any solution for that?

Just having same issue, any news regarding this? I'm using phpunit and in this case now I've created method in my BaseTest: /** * @var array */ private $_data =...

This doesn't resolve anything ofcours. Sorry I didn't replied to this, but changing wsdl is never an option. WSDL is not something in our control. @veewee I cannot reopen this,...

@veewee I'll take a look, thanks

Sorry for not replying, I'm allways buisy and when I'm not I completelly forgot on this... I just manually changed this code since lib won't change much and we won't...

@earlpeterg that's just a coding style and I prefer multiline phpdoc comments :)