object=new Database(DOSSIER); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown():void { } public function testDatabase() { $this->assertEquals(DBVERSION,$this->object->get_version(),"check Version"); } }