FLOW3 Testing Environment
07.04.2012 in
This is just my try to build a complete list of all needed packages to build up an environment for both unit- and functional tests with FLOW3. Build for and tested on an ubuntu system.
# Upgrade pear pear upgrade pear # Install phpunit pear channel-discover pear.phpunit.de pear channel-discover pear.symfony-project.com pear install phpunit/PHPUnit # Code coverage pear channel-discover components.ez.no pear install phpunit/PHP_CodeCoverage # VFS (Virtual File System) pear channel-discover pear.bovigo.org pear install bovigo/vfsStream-beta # SQlLite support for virtual tables sudo apt-get install sqlite php5-sqliteInstall commands to be executed as root.