Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created November 19, 2011 19:24
Show Gist options
  • Save fabriziomachado/1379243 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1379243 to your computer and use it in GitHub Desktop.
spec/spec_helper.php
<?php
include_once dirname(__FILE__) . '/../application/third_party/CIUnit/bootstrap_phpunit.php';
require_once 'Mockery/Loader.php';
require_once 'Hamcrest/hamcrest.php';
$loader = new \Mockery\Loader;
$loader->register();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment