blob: 550245f2f2465337adb502e43c721a7d2dd621c7 [file] [log] [blame]
<?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');
}
}