blob: e088b51d30ef6cbfa40f78ecbadf7ffea8124d58 [file] [log] [blame]
Pascal Kriete69c97a72011-04-20 21:44:54 -04001<?php
2
3class Setup_test extends PHPUnit_Framework_TestCase {
4
5 function testNonsense()
6 {
7 $this->markTestIncomplete('not implemented');
8 // ensure that our bootstrapped test environment
9 // is a good representation of an isolated CI install
10 //die('here');
11 }
12
13}