blob: e088b51d30ef6cbfa40f78ecbadf7ffea8124d58 [file] [log] [blame]
<?php
class Setup_test extends PHPUnit_Framework_TestCase {
function testNonsense()
{
$this->markTestIncomplete('not implemented');
// ensure that our bootstrapped test environment
// is a good representation of an isolated CI install
//die('here');
}
}