Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame] | 1 | <?php |
2 | |||||
3 | class Setup_test extends PHPUnit_Framework_TestCase { | ||||
4 | |||||
Eric Barnes | 68286a4 | 2011-04-21 22:00:33 -0400 | [diff] [blame] | 5 | function test_nonsense() |
Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame] | 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 | } |