object=new Dossier(DOSSIER); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Dossier::synchro_admin */ public function testSynchro_admin() { Dossier::synchro_admin(DOSSIER); } }