Exemplo n.º 1
0
 /**
  * @covers DreamFactory\Platform\Utility\Platform::getSnapshotPath()
  */
 public function testGetSnapshotPath()
 {
     $_control = Pii::getParam(LocalStorageTypes::SNAPSHOT_PATH);
     $this->assertEquals($_control, Platform::getSnapshotPath());
 }