Skip to content

Instantly share code, notes, and snippets.

@joshribakoff
joshribakoff / gist:5689343
Created June 1, 2013 05:10
phpunit bootstrap /zf2 service manager
<?php
use Zend\ServiceManager\ServiceManager;
use Zend\Mvc\Service\ServiceManagerConfig;
class phpunit_bootstrap
{
static $serviceManager;
static function go()
{
/**