Connecting the dots…

Thoughts on Web Development, Scalability and Application Architecture

Tag: phpunit

PHPUnit: Installing 3.4.0

Strangly enough the following command doesn’t install the latest version of phpunit for me. $ pear channel-discover pear.phpunit.de $ sudo pear install phpunit/PHPUnit I am after 3.4.0 as phing absolutely/definitely wants that version for the whole thing to work. Here’s a quite note-to-self on how to get around that. Download the latest package that needs [...]

PHP CodeSniffer and common errors

I am currently writing a wrapper for PHPUnit for my employer which makes writing Selenium test cases for developers far easier. It would abstract them from the details of knowing server, urls, browser versions, reporting etc. All they now need to do is just write a basic test case for the functionality they added in [...]