Example #1
0
 public function testSet_tbranch()
 {
     $this->object_mono->set_tbranch('newBranche');
     $this->assertEquals('newBranche', $this->object_mono->get_tbranch());
     $this->object_mono->set_tbranch(null);
     $this->assertNull($this->object_mono->get_tbranch());
 }