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