示例#1
0
 /**
  * @expectedException Keboola\Juicer\Exception\UserException
  */
 public function testCreateBaseUrlFunctionError()
 {
     $config = new Config('testApp', 'testCfg', []);
     $fn = ['function' => 'concat', 'args' => ['https://keboola.com/', (object) ['attr' => 'path']]];
     $url = Api::createBaseUrl(['baseUrl' => $fn], $config);
 }