Example #1
0
 /**
  * @covers mychaelstyle\storage\File::import
  */
 public function testImport()
 {
     $expected = $this->getExampleContents();
     $this->object->import($this->org_example);
     $this->assertLocalWritten($this->dsn, $expected, $this->uri);
 }