blob: 550245f2f2465337adb502e43c721a7d2dd621c7 [file] [log] [blame]
Pascal Kriete69c97a72011-04-20 21:44:54 -04001<?php
2
3class Setup_test extends PHPUnit_Framework_TestCase {
4
Eric Barnes68286a42011-04-21 22:00:33 -04005 function test_nonsense()
Pascal Kriete69c97a72011-04-20 21:44:54 -04006 {
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}