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