UnitTestCase("Model Tests"); } function setUp() { $dbinfo = array('driver' => 'mysqli', 'server' => 'localhost', 'database' => 'sncst', 'user' => 'sncst', 'pass' => 'sncst'); $this->dba = &FADatabase::connect($dbinfo); } function tearDown() { } function testCreatingNewFile() { } } $test = &new TestOfLogging(); $test->run(new HtmlReporter()); ?>