Example #1
0
 public function testSetSyncedText()
 {
     $this->sync->setSyncedText('text to be synced');
     $this->assertSame('text to be synced', $this->sync->getSyncedText());
 }