5 * @author Marius Orcsik <marius@habarnam.ro>
7 include_once ('dummytable.class.php');
9 class fooUsersTest
extends UnitTestCase
{
10 public function setUp() {
11 // begin transaction shit - if the case
14 // private function getTestData () {
16 // array ('One', 'Two', 3),
21 public function testInstantiation (){
22 $ousers = new dummyTable();
24 $this->assertIsA($ousers, 'dummyTable');
27 public function testFields () {