summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/Setup_test.php
blob: 550245f2f2465337adb502e43c721a7d2dd621c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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');
	}
	
}