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