public function testMutateUrl()
 {
     $value = 'https://poeditor.com/api/';
     $this->fixture->setUrl($value);
     $this->assertSame($value, $this->fixture->getUrl());
 }