<?php class Setup_test extends PHPUnit_Framework_TestCase { function test_nonsense() { $this->markTestIncomplete('not implemented'); // ensure that our bootstrapped test environment // is a good representation of an isolated CI install //die('here'); } }