vospace = new VOSpace(); } function testExistence() { $this->assertNotNull($this->vospace); } } $test = &new TestVOSpace(); $test->run(new HtmlReporter()); ?>