public function testMutateStrategies()
 {
     $value = array(array('name' => 'PhpClientPoeditor\\Strategy\\PhpArrayStrategy', 'type' => 'json', 'extension' => 'php', 'save_path' => 'data/php_array'));
     $this->fixture->setStrategies($value);
     $this->assertSame($value, $this->fixture->getStrategies());
 }